3
0
Fork 0
forked from mirrors/nixpkgs

swig: ccache tests broken on Darwin with Gcc 4.8.3

This commit is contained in:
John Wiegley 2014-06-21 23:52:11 -07:00
parent fc4adcd7af
commit 812bba77f1

View file

@ -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";