quilt: set meta.platforms = all

We'll reduce it if/when Hydra reports some broken platforms.
This commit is contained in:
Bjørn Forsman 2014-10-22 16:03:22 +02:00
parent bdd50d597b
commit 34ec068a46

View File

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