ltrace: add license
This commit is contained in:
parent
aeaf15dc68
commit
e4d0b69ae8
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue