mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
quilt: set meta.platforms
This commit is contained in:
parent
b0ea187001
commit
97e0f851d9
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
license = "GPLv2+";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue