From 821676200d6f65c9eb4584e393af1204eeb7e363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Mon, 30 Sep 2019 13:56:16 +0200 Subject: [PATCH] cachix: comment why boost is needed --- pkgs/development/haskell-modules/configuration-nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 3ef96ca4138..feebec7d2dc 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -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;