Platform refinement.
This should be stable under regeneration with hackage4nix. svn path=/nixpkgs/trunk/; revision=34189
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user