forked from mirrors/nixpkgs
* Mesa only builds on Linux.
svn path=/nixpkgs/trunk/; revision=31640
This commit is contained in:
parent
faedda84ef
commit
f6db0ed1e0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue