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/4] gnu: Rename 'glib' label to 'glib:bin' where appropriate. Date: Fri, 22 Jul 2016 14:57:35 +0200 Message-ID: <8737n1rfsw.fsf@gnu.org> References: <20160719164916.6597-1-david@craven.ch> <20160719164916.6597-3-david@craven.ch> 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]:55149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQa1N-00080C-Of for guix-devel@gnu.org; Fri, 22 Jul 2016 08:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQa1J-0001RJ-IN for guix-devel@gnu.org; Fri, 22 Jul 2016 08:57:40 -0400 In-Reply-To: <20160719164916.6597-3-david@craven.ch> (David Craven's message of "Tue, 19 Jul 2016 18:49:14 +0200") 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: David Craven Cc: guix-devel@gnu.org David Craven skribis: > (native-inputs > `(("intltool" ,intltool) > - ("glib" ,glib "bin") > + ("glib:bin" ,glib "bin") > ("pkg-config" ,pkg-config))) This patch triggers a lot of rebuild. While I agree that consistency is good, and that we should rather use the =E2=80=9Cglib:bin=E2=80=9D going fo= rward, I=E2=80=99d rather avoid the extra rebuild now. Thoughts? Thanks, Ludo=E2=80=99.