haskell-cautious-file: jailbreak to fix the build

wip/yesman
Peter Simons 7 years ago
parent ae28f5cac8
commit 476fc5f26e
  1. 4
      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);
}

Loading…
Cancel
Save