ltrace: add license

This commit is contained in:
Markus Kowalewski 2018-11-08 20:40:37 +01:00
parent aeaf15dc68
commit e4d0b69ae8
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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;
};
}