ltrace: add license
This commit is contained in:
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Library call tracer";
|
description = "Library call tracer";
|
||||||
homepage = https://www.ltrace.org/;
|
homepage = https://www.ltrace.org/;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user