From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdufJ-0002uX-EK for guix-patches@gnu.org; Fri, 13 Jul 2018 05:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdufG-00024L-DK for guix-patches@gnu.org; Fri, 13 Jul 2018 05:47:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49828) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdufG-00024E-7d for guix-patches@gnu.org; Fri, 13 Jul 2018 05:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdufF-00059e-U9 for guix-patches@gnu.org; Fri, 13 Jul 2018 05:47:01 -0400 Subject: [bug#32102] [PATCH v2 2/2] gnu: gajim: Combine wrap-program phases. Resent-Message-ID: From: Arun Isaac In-Reply-To: <87zhyv1qe8.fsf@lassieur.org> References: <20180711192652.20186-1-arunisaac@systemreboot.net> <20180711192652.20186-3-arunisaac@systemreboot.net> <87zhyv1qe8.fsf@lassieur.org> Date: Fri, 13 Jul 2018 15:15:59 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: mhw@netris.org, 32102@debbugs.gnu.org >> * gnu/packages/messaging.scm (gajim)[arguments]: Combine wrap-program phases >> 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. Ok, I'll rename the phases to wrap-gi-typelib-path and wrap-gsettings-schema-dir respectively.