mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
haskell-filestore: disable 'doCheck' because of test suite failures
running tests /bin/sh: ./dist/build/test-filestore/test-filestore: No such file or directory
This commit is contained in:
parent
fb97adb244
commit
9f37804f36
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
Diff filepath HUnit mtl parsec split time utf8String xml
|
||||
];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Interface for versioning file stores";
|
||||
|
|
Loading…
Reference in a new issue