mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
cachix: fix build on darwin
This commit is contained in:
parent
ea5d2a0efa
commit
660db64a26
|
@ -94,7 +94,8 @@ self: super: builtins.intersectAttrs super {
|
|||
# Won't find it's header files without help.
|
||||
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";
|
||||
|
||||
cachix = enableSeparateBinOutput super.cachix;
|
||||
# profiling is disabled to allow C++/C mess to work, which is fixed in GHC 8.8
|
||||
cachix = disableLibraryProfiling (enableSeparateBinOutput super.cachix);
|
||||
|
||||
niv = enableSeparateBinOutput super.niv;
|
||||
|
||||
|
|
Loading…
Reference in a new issue