guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] git send-email


From: ericbavier
Subject: [PATCH 0/4] git send-email
Date: Sat, 27 Jun 2015 21:39:03 -0500

From: Eric Bavier <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]