summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNicholas Clarke <nick@topos.org.uk>2017-08-15 15:00:15 +0100
committerNicholas Clarke <nick@topos.org.uk>2017-09-04 12:35:57 +0100
commit330d874ee306aa6f56869195989e6264f01c2141 (patch)
tree30a0393460cd760198eebd20cb6575b516ade64e /pkgs/development/haskell-modules
parenta1d78fa5bc92d4946a9c8ecdcf71ad548e11cb0b (diff)
downloadnixlib-330d874ee306aa6f56869195989e6264f01c2141.tar
nixlib-330d874ee306aa6f56869195989e6264f01c2141.tar.gz
nixlib-330d874ee306aa6f56869195989e6264f01c2141.tar.bz2
nixlib-330d874ee306aa6f56869195989e6264f01c2141.tar.lz
nixlib-330d874ee306aa6f56869195989e6264f01c2141.tar.xz
nixlib-330d874ee306aa6f56869195989e6264f01c2141.tar.zst
nixlib-330d874ee306aa6f56869195989e6264f01c2141.zip
Disable separate etc output for hscolour.
This is not needed, since `hscolour` has no output to `/etc`, and it
breaks certain old builds (see https://hydra.nixos.org/build/57925511)
because the older cabal used does not understand this flag.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/make-package-set.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/make-package-set.nix b/pkgs/development/haskell-modules/make-package-set.nix
index 5215fe4a552d..562042721e72 100644
--- a/pkgs/development/haskell-modules/make-package-set.nix
+++ b/pkgs/development/haskell-modules/make-package-set.nix
@@ -44,6 +44,7 @@ let
       isLibrary = false;
       doHaddock = false;
       hyperlinkSource = false;      # Avoid depending on hscolour for this build.
+      enableSeparateEtcOutput = false; # The flag to support this is missing in old versions of cabal.
       postFixup = "rm -rf $out/lib $out/share $out/nix-support";
     });
     cpphs = overrideCabal (self.cpphs.overrideScope (self: super: {