forked from mirrors/nixpkgs
swig: ccache tests broken on Darwin with Gcc 4.8.3
This commit is contained in:
parent
fc4adcd7af
commit
812bba77f1
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue