ltrace: add license
This commit is contained in:
parent
aeaf15dc68
commit
e4d0b69ae8
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user