mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
don't use cpphs by default on darwin
This commit is contained in:
parent
f93ce4faf1
commit
ed1ca3928d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue