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.
|
# Won't find it's header files without help.
|
||||||
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";
|
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;
|
niv = enableSeparateBinOutput super.niv;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user