forked from mirrors/nixpkgs
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;
|
||||
buildDepends = [ binary digest filepath mtl time utf8String zlib ];
|
||||
testDepends = [ HUnit time ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/jgm/zip-archive";
|
||||
description = "Library for creating and modifying zip archives";
|
||||
|
|
Loading…
Reference in a new issue