From 06bdc5a5737fd0da95d273cbe6637e40e69ea4b6 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Mon, 13 Jan 2025 22:19:05 +0100 Subject: [PATCH] perlPackages.GnuPGInterface: use gnupg instead of gnupg1compat Package information explicitly mention GPG 2.2.x so using the compat layer should not be needed. https://metacpan.org/pod/GnuPG::Interface#GnuPG-Versions --- pkgs/top-level/perl-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 7162c0d4a9422..9877ed997523d 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -10991,7 +10991,7 @@ with self; { url = "mirror://cpan/authors/id/B/BP/BPS/GnuPG-Interface-1.03.tar.gz"; hash = "sha256-WvVmMPD6wpDXJCGD9kSaoOAoKfRhHcYrxunps4CPGHo="; }; - buildInputs = [ pkgs.which pkgs.gnupg1compat ]; + buildInputs = [ pkgs.which pkgs.gnupg ]; propagatedBuildInputs = [ MooXHandlesVia MooXlate ]; doCheck = false; meta = {