cachix: use separate bin output to prove it's useful

Spares compilation time by not compiling the package twice.
This commit is contained in:
Domen Kožar
2019-03-29 15:10:54 +07:00
parent bd06834d5e
commit b06201bf6f
3 changed files with 4 additions and 6 deletions

View File

@@ -94,6 +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;
hzk = overrideCabal super.hzk (drv: {
preConfigure = "sed -i -e /include-dirs/d hzk.cabal";
configureFlags = "--extra-include-dirs=${pkgs.zookeeper_mt}/include/zookeeper";