haskell-filestore: disable the test suite to fix build

It depends on external utilities, like Mercurial.
This commit is contained in:
Peter Simons 2014-11-01 19:35:30 +01:00
parent 37c0947529
commit 6e819600e0

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
buildDepends = [ Diff filepath parsec split time utf8String xml ];
testDepends = [ Diff filepath HUnit mtl time ];
jailbreak = true;
doCheck = false;
meta = {
description = "Interface for versioning file stores";
license = self.stdenv.lib.licenses.bsd3;