* enable i686-darwin for mesa

svn path=/nixpkgs/trunk/; revision=15900
This commit is contained in:
Rob Vermaas 2009-06-09 09:19:32 +00:00
parent 1b5fa6e1ee
commit 22474c3539

View file

@ -1,6 +1,6 @@
{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"
else