mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
* 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}:
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user