Unverified Commit 8b724caa authored by Stig's avatar Stig Committed by GitHub
Browse files

perlPackages.GnuPGInterface: use gnupg instead of gnupg1compat (#373557)

parents 8def3ffa 06bdc5a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11020,7 +11020,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 = {