about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-30 15:56:13 +0200
committerPeter Simons <simons@cryp.to>2019-09-30 15:56:13 +0200
commitf29e3b72df43d72d57de3a81228daa615798ffa3 (patch)
tree55403c6d078cb85729528624440b4abefda3d5d9 /pkgs/development/haskell-modules
parent5e4270f451b3c29366bdb79bfe86afbf3d5f46e4 (diff)
downloadnixlib-f29e3b72df43d72d57de3a81228daa615798ffa3.tar
nixlib-f29e3b72df43d72d57de3a81228daa615798ffa3.tar.gz
nixlib-f29e3b72df43d72d57de3a81228daa615798ffa3.tar.bz2
nixlib-f29e3b72df43d72d57de3a81228daa615798ffa3.tar.lz
nixlib-f29e3b72df43d72d57de3a81228daa615798ffa3.tar.xz
nixlib-f29e3b72df43d72d57de3a81228daa615798ffa3.tar.zst
nixlib-f29e3b72df43d72d57de3a81228daa615798ffa3.zip
cachix: it's no longer necessary to add boost manually
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix3
1 files changed, 1 insertions, 2 deletions
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;