mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.ConvertPEM: init at 0.13
Dependency of Crypt::DSA. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
b7bd8c9e93
commit
f098e09528
1 changed files with 23 additions and 0 deletions
|
|
@ -6395,6 +6395,29 @@ with self;
|
|||
};
|
||||
};
|
||||
|
||||
ConvertPEM = buildPerlPackage {
|
||||
pname = "Convert-PEM";
|
||||
version = "0.13";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TI/TIMLEGGE/Convert-PEM-0.13.tar.gz";
|
||||
hash = "sha256-eZ+jLCcAgfTmKSsN31GAlScQqKS+Ey6Qe9oxdqe9HCM=";
|
||||
};
|
||||
buildInputs = [ TestException ];
|
||||
propagatedBuildInputs = [
|
||||
ClassErrorHandler
|
||||
ConvertASN1
|
||||
CryptDESEDE3
|
||||
CryptX
|
||||
];
|
||||
meta = {
|
||||
description = "Read/write encrypted ASN.1 PEM files";
|
||||
license = with lib.licenses; [
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
ConvertUU = buildPerlPackage {
|
||||
pname = "Convert-UU";
|
||||
version = "0.5201";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue