haskell-filelock: disable test suite to fix build

wip/yesman
Peter Simons 7 years ago
parent b9edab7a17
commit 813d907b1d
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -889,4 +889,7 @@ self: super: {
# Needs a version that's newer than what we have in lts-9.
sbv = super.sbv.override { doctest = self.doctest_0_13_0; };
# https://github.com/takano-akio/filelock/issues/5
filelock = dontCheck super.filelock;
}

Loading…
Cancel
Save