parent
6329b7ae60
commit
9d64b445b6
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
# 'make check' uses boost and tcl
|
# 'make check' uses boost and tcl
|
||||||
buildInputs = stdenv.lib.optionals doCheck [ boost tcl ];
|
buildInputs = stdenv.lib.optionals doCheck [ boost tcl ];
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--disable-ccache";
|
configureFlags = "--disable-ccache";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interface compiler that connects C/C++ code to higher-level languages";
|
description = "Interface compiler that connects C/C++ code to higher-level languages";
|
||||||
|
|
Loading…
Reference in New Issue