Unverified Commit c47d1b14 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

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

parents a7eccf8d 7ac508d4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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";