[cpan2nix] perlPackages.GnuPGInterface: cleanup
This commit is contained in:
parent
eb4b41b12e
commit
751a084bdd
|
@ -6361,7 +6361,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
sha256 = "247a9f5a88bb6745281c00d0f7d5d94e8599a92396849fd9571356dda047fd35";
|
sha256 = "247a9f5a88bb6745281c00d0f7d5d94e8599a92396849fd9571356dda047fd35";
|
||||||
};
|
};
|
||||||
buildInputs = [ pkgs.which pkgs.gnupg1compat ];
|
buildInputs = [ pkgs.which pkgs.gnupg1compat ];
|
||||||
propagatedBuildInputs = [ Moo MooXHandlesVia MooXlate ];
|
propagatedBuildInputs = [ MooXHandlesVia MooXlate ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Supply object methods for interacting with GnuPG";
|
description = "Supply object methods for interacting with GnuPG";
|
||||||
|
|
Loading…
Reference in New Issue