From mboxrd@z Thu Jan 1 00:00:00 1970 From: ericbavier@openmailbox.org Subject: [PATCH 0/4] git send-email Date: Sat, 27 Jun 2015 21:39:03 -0500 Message-ID: <1435459147-5159-1-git-send-email-ericbavier@openmailbox.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z973a-0005Ce-58 for guix-devel@gnu.org; Sun, 28 Jun 2015 03:31:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z973W-0005DU-Vw for guix-devel@gnu.org; Sun, 28 Jun 2015 03:31:14 -0400 Received: from smtp3.openmailbox.org ([62.4.1.37]:44335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z973W-0005D8-NV for guix-devel@gnu.org; Sun, 28 Jun 2015 03:31:10 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Cc: Eric Bavier From: Eric Bavier 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