forked from mirrors/nixpkgs
enable freebsd for mesa
svn path=/nixpkgs/trunk/; revision=17733
This commit is contained in:
parent
895520c5e1
commit
67bf96d424
|
@ -1,6 +1,6 @@
|
|||
{stdenv, fetchurl, pkgconfig, x11, xlibs, libdrm, expat}:
|
||||
|
||||
if stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux" && stdenv.system != "i686-darwin" then
|
||||
if stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux" && stdenv.system != "i686-darwin" && stdenv.system != "i686-freebsd" then
|
||||
throw "unsupported platform for Mesa"
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in a new issue