cachix: it's no longer necessary to add boost manually

This commit is contained in:
Peter Simons 2019-09-30 15:56:13 +02:00
parent 5e4270f451
commit f29e3b72df

View file

@ -94,8 +94,7 @@ 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 needs boost_context dur to Nix, until boost has multiple outputs this is the easiest
cachix = addBuildTools (enableSeparateBinOutput super.cachix) [pkgs.boost];
cachix = enableSeparateBinOutput super.cachix;
niv = enableSeparateBinOutput super.niv;