mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #45654 from volth/patch-237
perlPackages.ArchiveZip: fix staging build
This commit is contained in:
commit
1f19f5f4dc
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user