mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
lssci: add license
This commit is contained in:
parent
7dceb84419
commit
12302a2e22
@ -12,7 +12,8 @@ stdenv.mkDerivation {
|
||||
substituteInPlace Makefile.in --replace /usr "$out"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user