perlPackages.ArchiveZip: fix build

This commit is contained in:
volth 2018-08-26 16:53:12 +00:00 committed by GitHub
parent b61b993b75
commit e76c0cdbd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -531,6 +531,7 @@ let
url = mirror://cpan/authors/id/P/PH/PHRED/Archive-Zip-1.62.tar.gz;
sha256 = "1jax173w7nm5r6k7ymfcskvs1rw590lyscbqrnfbkjj4cxc65wrb";
};
buildInputs = [ TestMockModule ];
meta = {
description = "Provide an interface to ZIP archive files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];