cachix: comment why boost is needed

This commit is contained in:
Domen Kožar 2019-09-30 13:56:16 +02:00
parent 33011f0d50
commit 821676200d
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -94,6 +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];
niv = enableSeparateBinOutput super.niv;