* Mesa only builds on Linux.
svn path=/nixpkgs/trunk/; revision=31640
This commit is contained in:
parent
faedda84ef
commit
f6db0ed1e0
@ -12,5 +12,5 @@ rec {
|
|||||||
unix = linux ++ darwin ++ freebsd ++ openbsd;
|
unix = linux ++ darwin ++ freebsd ++ openbsd;
|
||||||
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
|
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
|
||||||
allBut = platform: lists.filter (x: platform != x) all;
|
allBut = platform: lists.filter (x: platform != x) all;
|
||||||
mesaPlatforms = linux ++ darwin ++ freebsd;
|
mesaPlatforms = linux;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user