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 ? ""
, preFixup ? "", postFixup ? ""
, coreSetup ? false # Use only core packages to build Setup.hs.
, useCpphs ? stdenv.isDarwin
, useCpphs ? false
}:
assert pkgconfigDepends != [] -> pkgconfig != null;