Skip to content

Commit

Permalink
perlPackages.ArchiveLibarchive: 0.08 -> 0.09 (NixOS#343128)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg authored Sep 20, 2024
2 parents a7eccf8 + 7ac508d commit c47d1b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c47d1b1

Please sign in to comment.