* enable i686-darwin for mesa
svn path=/nixpkgs/trunk/; revision=15900
This commit is contained in:
parent
1b5fa6e1ee
commit
22474c3539
@ -1,6 +1,6 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, x11, xlibs, libdrm, expat}:
|
{stdenv, fetchurl, pkgconfig, x11, xlibs, libdrm, expat}:
|
||||||
|
|
||||||
if stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux" then
|
if stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux" && stdenv.system != "i686-darwin" then
|
||||||
throw "unsupported platform for Mesa"
|
throw "unsupported platform for Mesa"
|
||||||
else
|
else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user