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+"; license = "GPLv2+";
platforms = stdenv.lib.platforms.linux;
}; };
} }