Skip to content

Commit

Permalink
perlPackages.GnuPG: drop
Browse files Browse the repository at this point in the history
It is still not compatible with GnuPG 2 and has no remaining usages
within nixpkgs.
  • Loading branch information
LeSuisse committed Jan 10, 2025
1 parent 1abe9f7 commit e769ece
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10984,22 +10984,6 @@ with self; {
};
};

GnuPG = buildPerlPackage {
pname = "GnuPG";
version = "0.19";
src = fetchurl {
url = "mirror://cpan/authors/id/Y/YA/YANICK/GnuPG-0.19.tar.gz";
hash = "sha256-r1Py0/Yyl+BGZ26uFKdilq/dKRDglyO2sRNwhiK3mJs=";
};
buildInputs = [ pkgs.gnupg1orig ];
doCheck = false;
meta = {
description = "Perl interface to the GNU Privacy Guard";
license = with lib.licenses; [ gpl2Plus ];
mainProgram = "gpgmailtunl";
};
};

GnuPGInterface = buildPerlPackage {
pname = "GnuPG-Interface";
version = "1.03";
Expand Down Expand Up @@ -29530,4 +29514,5 @@ with self; {

Gtk2GladeXML = throw "Gtk2GladeXML has been removed"; # 2022-01-15
pcscperl = throw "'pcscperl' has been renamed to 'ChipcardPCSC'"; # Added 2023-12-07
GnuPG = throw "'GnuPG' has been removed"; # 2025-01-11
}

0 comments on commit e769ece

Please sign in to comment.