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;
};
}