From 812bba77f16b498217b01c374c1a91d86137135c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Jun 2014 23:52:11 -0700 Subject: swig: ccache tests broken on Darwin with Gcc 4.8.3 --- pkgs/development/tools/misc/swig/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/tools/misc/swig') diff --git a/pkgs/development/tools/misc/swig/default.nix b/pkgs/development/tools/misc/swig/default.nix index 80c6b20e69d0..09978b5ad650 100644 --- a/pkgs/development/tools/misc/swig/default.nix +++ b/pkgs/development/tools/misc/swig/default.nix @@ -12,6 +12,8 @@ stdenv.mkDerivation rec { # 'make check' uses boost and tcl buildInputs = stdenv.lib.optionals doCheck [ boost tcl ]; + configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--disable-ccache"; + meta = { description = "SWIG, an interface compiler that connects C/C++ code to higher-level languages"; -- cgit 1.4.1