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:
parent
07dd027e63
commit
0b8ee12f09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user