mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
perlPackages.ArchiveLibarchive: 0.08 -> 0.09 (#343128)
This commit is contained in:
commit
c47d1b14b1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user