about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-18 16:50:20 +0200
committerPeter Simons <simons@cryp.to>2017-07-18 16:51:09 +0200
commit476fc5f26edab46a22d6a2a07e56fc14ea5b61ba (patch)
treedb7826f458502eaafd1b14a65b855ae1f506c840 /pkgs/development/haskell-modules/configuration-common.nix
parentae28f5cac8be6c7ac04f80d98951a3a22d484337 (diff)
downloadnixlib-476fc5f26edab46a22d6a2a07e56fc14ea5b61ba.tar
nixlib-476fc5f26edab46a22d6a2a07e56fc14ea5b61ba.tar.gz
nixlib-476fc5f26edab46a22d6a2a07e56fc14ea5b61ba.tar.bz2
nixlib-476fc5f26edab46a22d6a2a07e56fc14ea5b61ba.tar.lz
nixlib-476fc5f26edab46a22d6a2a07e56fc14ea5b61ba.tar.xz
nixlib-476fc5f26edab46a22d6a2a07e56fc14ea5b61ba.tar.zst
nixlib-476fc5f26edab46a22d6a2a07e56fc14ea5b61ba.zip
haskell-cautious-file: jailbreak to fix the build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2833d5c4b872..63b7c765bad7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -274,7 +274,6 @@ self: super: {
   cabal-bounds = dontCheck super.cabal-bounds;          # http://hydra.cryp.to/build/496935/nixlog/1/raw
   cabal-meta = dontCheck super.cabal-meta;              # http://hydra.cryp.to/build/497892/log/raw
   camfort = dontCheck super.camfort;
-  cautious-file = dontCheck super.cautious-file;        # http://hydra.cryp.to/build/499730/log/raw
   cjk = dontCheck super.cjk;
   CLI = dontCheck super.CLI;                            # Upstream has no issue tracker.
   command-qq = dontCheck super.command-qq;              # http://hydra.cryp.to/build/499042/log/raw
@@ -876,4 +875,7 @@ self: super: {
   # Needs a newer version of hsyslog than lts-8.x provides.
   logging-facade-syslog = super.logging-facade-syslog.override { hsyslog = self.hsyslog_5_0_1; };
 
+  # Has a dependency on outdated versions of directory.
+  cautious-file = doJailbreak (dontCheck super.cautious-file);
+
 }