perlPackages.ArchiveLibarchive: 0.08 -> 0.09 (#343128)

This commit is contained in:
Marcus Ramberg 2024-09-20 11:35:57 +02:00 committed by GitHub
commit c47d1b14b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1047,16 +1047,16 @@ with self; {
ArchiveLibarchive = buildPerlPackage {
pname = "Archive-Libarchive";
version = "0.08";
version = "0.09";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/Archive-Libarchive-0.08.tar.gz";
hash = "sha256-6ONC1U/T1uXn4xYP4IjBOgpQM8/76JSBodJHHUNyAFk=";
url = "mirror://cpan/authors/id/P/PL/PLICEASE/Archive-Libarchive-0.09.tar.gz";
hash = "sha256-avdG7P9/GjUwzmtaWNCtR0MaaZjUWduw8VYqEiPn3v8=";
};
patches = [ ../development/perl-modules/ArchiveLibarchive-set-findlib-path.patch ];
postPatch = ''
substituteInPlace lib/Archive/Libarchive/Lib.pm --replace "@@libarchive@@" "${pkgs.libarchive.lib}/lib"
substituteInPlace lib/Archive/Libarchive/Lib.pm --replace-fail "@@libarchive@@" "${lib.getLib pkgs.libarchive}/lib"
'';
buildInputs = [ FFIC Filechdir PathTiny SubIdentify TermTable Test2Suite Test2ToolsMemoryCycle TestArchiveLibarchive TestScript ];
buildInputs = [ FFIC Filechdir PathTiny SubIdentify Test2ToolsMemoryCycle TestArchiveLibarchive TestScript ];
propagatedBuildInputs = [ FFICStat FFICheckLib FFIPlatypus FFIPlatypusTypeEnum FFIPlatypusTypePtrObject RefUtil ];
meta = {
homepage = "https://metacpan.org/pod/Archive::Libarchive";