haskell-zip-archive: disable test suite
The test suite fails because it expects to find /usr/bin/zip.
This commit is contained in:
parent
8dc669a726
commit
7db1b1e085
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary digest filepath mtl time utf8String zlib ];
|
buildDepends = [ binary digest filepath mtl time utf8String zlib ];
|
||||||
testDepends = [ HUnit time ];
|
testDepends = [ HUnit time ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/zip-archive";
|
homepage = "http://github.com/jgm/zip-archive";
|
||||||
description = "Library for creating and modifying zip archives";
|
description = "Library for creating and modifying zip archives";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user