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
b1010d50b5
commit
a4f092a276
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary dataenc extensibleExceptions filepath mmap mtl zlib
|
binary dataenc extensibleExceptions filepath mmap mtl zlib
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Hashed file storage support code";
|
description = "Hashed file storage support code";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user