From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdtcT-0003w8-H2 for guix-patches@gnu.org; Fri, 13 Jul 2018 04:40:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdtcQ-00084k-Ek for guix-patches@gnu.org; Fri, 13 Jul 2018 04:40:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdtcQ-00084T-Ac for guix-patches@gnu.org; Fri, 13 Jul 2018 04:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdtcQ-0001XC-3o for guix-patches@gnu.org; Fri, 13 Jul 2018 04:40:02 -0400 Subject: [bug#32102] [PATCH v2 2/2] gnu: gajim: Combine wrap-program phases. Resent-Message-ID: References: <20180711192652.20186-1-arunisaac@systemreboot.net> <20180711192652.20186-3-arunisaac@systemreboot.net> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <20180711192652.20186-3-arunisaac@systemreboot.net> Date: Fri, 13 Jul 2018 10:38:55 +0200 Message-ID: <87zhyv1qe8.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: mhw@netris.org, 32102@debbugs.gnu.org Arun Isaac writes: > * gnu/packages/messaging.scm (gajim)[arguments]: Combine wrap-program pha= ses > into a single wrap-gajim phase. > --- > gnu/packages/messaging.scm | 35 ++++++++++++++++------------------- > 1 file changed, 16 insertions(+), 19 deletions(-) If the problem is that the phases have the same name, renaming one of them would be enough? I'm not sure it's worth merging them, given that they don't even apply to the same files. Cl=C3=A9ment