Skip to content

Commit

Permalink
perlPackages.GnuPGInterface: use gnupg instead of gnupg1compat
Browse files Browse the repository at this point in the history
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
  • Loading branch information
LeSuisse committed Jan 13, 2025
1 parent 4fbf6bf commit 06bdc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 06bdc5a

Please sign in to comment.