From 22474c3539affa211881b4f2768e6ae45a703fcd Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 9 Jun 2009 09:19:32 +0000 Subject: [PATCH] * enable i686-darwin for mesa svn path=/nixpkgs/trunk/; revision=15900 --- pkgs/development/libraries/mesa/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix index 1b2bb06ac2c..35771c13469 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -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