forked from mirrors/nixpkgs
* 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;
|
||||
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
|
||||
allBut = platform: lists.filter (x: platform != x) all;
|
||||
mesaPlatforms = linux ++ darwin ++ freebsd;
|
||||
mesaPlatforms = linux;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue