haskell-hashed-storage: disable 'doCheck' because of test suite errors

running tests
/bin/sh: dist/build/hashed-storage-test/hashed-storage-test: No such file or directory
This commit is contained in:
Peter Simons 2013-02-24 23:24:48 +01:00
parent 07dd027e63
commit 0b8ee12f09

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
buildDepends = [
binary dataenc extensibleExceptions filepath mmap mtl zlib
];
doCheck = false;
meta = {
description = "Hashed file storage support code";
license = self.stdenv.lib.licenses.bsd3;