3
0
Fork 0
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:
Peter Simons 2013-03-08 13:26:17 +01:00
parent 8dc669a726
commit 7db1b1e085

View file

@ -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";