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

This commit is contained in:
Stig
2025-01-24 14:04:00 +01:00
committed by GitHub
+1 -1
View File
@@ -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 = {