i am an idiot, thnx ludo for pointing out my stupidity :-)

svn path=/nixpkgs/trunk/; revision=20309
This commit is contained in:
Rob Vermaas 2010-03-01 14:32:23 +00:00
parent 152a0c97fa
commit 7869d22938

View File

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