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
This commit is contained in:
Thomas Gerbet
2025-01-13 22:20:14 +01:00
parent 4fbf6bf123
commit 06bdc5a573
+1 -1
View File
@@ -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 = {