Platform refinement.

This should be stable under regeneration with hackage4nix.

svn path=/nixpkgs/trunk/; revision=34189
This commit is contained in:
Andres Löh
2012-05-20 20:21:55 +00:00
parent 56a2503c80
commit 5144845d71
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ rec {
cygwin = ["i686-cygwin"];
unix = linux ++ darwin ++ freebsd ++ openbsd;
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
none = [];
allBut = platform: lists.filter (x: platform != x) all;
mesaPlatforms = linux;
}