From ab5863afada3c1b50fc43bf774b75ea71b287cde Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Thu, 3 Oct 2019 10:52:06 +0200 Subject: cachix: workaround https://github.com/NixOS/nix/issues/2990 --- pkgs/development/haskell-modules/configuration-nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 17f3b2a258c4..ec9f4285f87c 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -95,7 +95,7 @@ self: super: builtins.intersectAttrs super { sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL"; # profiling is disabled to allow C++/C mess to work, which is fixed in GHC 8.8 - cachix = disableLibraryProfiling (enableSeparateBinOutput super.cachix); + cachix = disableLibraryProfiling super.cachix; niv = enableSeparateBinOutput super.niv; -- cgit 1.4.1