1
0
Fork 1
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:
Bjørn Forsman 2014-10-22 12:02:54 +02:00
parent b0ea187001
commit 97e0f851d9

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
'';
license = "GPLv2+";
platforms = stdenv.lib.platforms.linux;
};
}