don't use cpphs by default on darwin

This commit is contained in:
Eric Seidel 2015-01-15 13:36:01 -08:00
parent f93ce4faf1
commit ed1ca3928d

View File

@ -40,7 +40,7 @@
, checkPhase ? "", preCheck ? "", postCheck ? "" , checkPhase ? "", preCheck ? "", postCheck ? ""
, preFixup ? "", postFixup ? "" , preFixup ? "", postFixup ? ""
, coreSetup ? false # Use only core packages to build Setup.hs. , coreSetup ? false # Use only core packages to build Setup.hs.
, useCpphs ? stdenv.isDarwin , useCpphs ? false
}: }:
assert pkgconfigDepends != [] -> pkgconfig != null; assert pkgconfigDepends != [] -> pkgconfig != null;