i am an idiot, thnx ludo for pointing out my stupidity :-)
svn path=/nixpkgs/trunk/; revision=20309
This commit is contained in:
parent
152a0c97fa
commit
7869d22938
@ -11,5 +11,5 @@ rec {
|
||||
unix = linux ++ darwin ++ freebsd ++ openbsd;
|
||||
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
|
||||
allBut = platform: lists.filter (x: platform != x) all;
|
||||
mesaPlatforms = allBut (openbsd ++ netbsd ++ cygwin);
|
||||
mesaPlatforms = linux ++ darwin ++ freebsd;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user