Merge pull request #45654 from volth/patch-237

perlPackages.ArchiveZip: fix staging build
This commit is contained in:
Timo Kaufmann 2018-08-26 20:15:42 +02:00 committed by GitHub
commit 1f19f5f4dc
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 ];