3
0
Fork 0
forked from mirrors/nixpkgs

spice seems really just for linux at the moment

This commit is contained in:
Mathijs Kwik 2012-08-29 23:35:39 +02:00
parent 23f20dcdfe
commit 280fb5585d
2 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.bluescreen303.nl ];
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
maintainers = [ maintainers.bluescreen303 ];
platforms = platforms.all;
platforms = platforms.linux;
};
}