1
0
Fork 1
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:
Peter Simons 2013-02-24 22:54:36 +01:00
parent fb97adb244
commit 9f37804f36

View file

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