ltrace: add license

This commit is contained in:
Markus Kowalewski
2018-11-08 20:40:37 +01:00
parent aeaf15dc68
commit e4d0b69ae8

View File

@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library call tracer";
homepage = https://www.ltrace.org/;
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl2;
};
}