From f29e3b72df43d72d57de3a81228daa615798ffa3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 30 Sep 2019 15:56:13 +0200 Subject: cachix: it's no longer necessary to add boost manually --- pkgs/development/haskell-modules/configuration-nix.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index feebec7d2dc0..5336cb86d62d 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -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; -- cgit 1.4.1