cachix: fix build on darwin

This commit is contained in:
Domen Kožar 2019-10-03 10:08:42 +02:00
parent ea5d2a0efa
commit 660db64a26
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -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;