From: Eric Bavier <bav...@member.fsf.org> This patch set adds some perl modules that I found I needed in order for `git send-email` to function properly for me on GuixSD.
The wrapper logic is a bit messy, but I couldn't implement what I needed any more cleanly. Any suggestions would be most appreciated. We wouldn't strictly need to wrap git-send-email, as long as the user installed the required perl modules to their profile. But the extra inputs only add an additional 2 MiB to git's closure, so it seems like some that could work out-of-the-box. And I am of course sending this patch set with the resulting git package ;) Eric Bavier (4): gnu: Add perl-net-smtp-ssl. gnu: Add perl-gssapi. gnu: Add perl-authen-sasl. gnu: git: Add inputs for send-email. gnu/packages/version-control.scm | 31 ++++++++++++++++++- gnu/packages/web.scm | 65 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+), 1 deletion(-) -- 2.2.1