3
0
Fork 0
forked from mirrors/nixpkgs

haskell-filelock: disable test suite to fix build

This commit is contained in:
Peter Simons 2017-09-01 13:38:24 +02:00
parent b9edab7a17
commit 813d907b1d

View file

@ -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;
}