From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] gnu: prosody: Fix inputs. Date: Sun, 08 Jan 2017 23:38:33 +0100 Message-ID: <87a8b1rxcm.fsf@gnu.org> References: <874m19qslw.fsf@lassieur.org> <20170108190816.25185-1-clement@lassieur.org> <20170108190816.25185-2-clement@lassieur.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]:56389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQM6r-0004OC-CM for guix-devel@gnu.org; Sun, 08 Jan 2017 17:38:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQM6m-0000ox-Fq for guix-devel@gnu.org; Sun, 08 Jan 2017 17:38:41 -0500 In-Reply-To: <20170108190816.25185-2-clement@lassieur.org> (=?utf-8?Q?=22C?= =?utf-8?Q?l=C3=A9ment?= Lassieur"'s message of "Sun, 8 Jan 2017 20:08:15 +0100") 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" To: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Cc: guix-devel@gnu.org Cl=C3=A9ment Lassieur skribis: > * gnu/packages/messaging.scm (prosody)[inputs]: Add coreutils. > [arguments]: In 'wrap-programs' phase, add 'openssl' and 'coreutils' to > 'PATH'. [...] > (inputs > `(("libidn" ,libidn) > ("openssl" ,openssl) > + ("coreutils" ,coreutils) ; For chmod in certificate generation. I had overlooked this, but Coreutils does not need to be listed here since it=E2=80=99s an implicit input. Removed it and committed, thanks! Ludo=E2=80=99.