lssci: add license

This commit is contained in:
Markus Kowalewski 2018-08-17 22:26:20 +02:00
parent 7dceb84419
commit 12302a2e22
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -12,7 +12,8 @@ stdenv.mkDerivation {
substituteInPlace Makefile.in --replace /usr "$out" substituteInPlace Makefile.in --replace /usr "$out"
''; '';
meta = { meta = with stdenv.lib; {
platforms = stdenv.lib.platforms.linux; license = licenses.gpl2;
platforms = platforms.linux;
}; };
} }