From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: git: Add inputs for send-email. Date: Tue, 30 Jun 2015 15:10:13 +0200 Message-ID: <87h9pp2vgq.fsf@gnu.org> References: <1435459147-5159-1-git-send-email-ericbavier@openmailbox.org> <1435459147-5159-5-git-send-email-ericbavier@openmailbox.org> <87fv5aohh8.fsf@gnu.org> <20150629204609.674b71bc@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9vIy-0000vk-1g for guix-devel@gnu.org; Tue, 30 Jun 2015 09:10:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9vIw-0005IC-TR for guix-devel@gnu.org; Tue, 30 Jun 2015 09:10:27 -0400 In-Reply-To: <20150629204609.674b71bc@openmailbox.org> (Eric Bavier's message of "Mon, 29 Jun 2015 20:46:09 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org, Eric Bavier Eric Bavier skribis: > From 850f3672ef192354d4bacad48fd84079db08775e Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Sat, 27 Jun 2015 21:06:53 -0500 > Subject: [PATCH 4/4] gnu: git: Add inputs for send-email. > > * gnu/packages/version-control.scm (package-transitive-propagated-labels*) > (package-propagated-input-refs): New procedures. > (git)[inputs]: Add perl-authen-sasl, perl-net-smtp-ssl, and perl-io-soc= ket-ssl. > [outputs]: Add send-email output. > [arguments]: Add #:modules argument with srfi-1. In 'split phase, wrap > git-send-email. Perfect, thanks! Ludo=E2=80=99.