Commit 06bdc5a5 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

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
parent 4fbf6bf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {