From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] build GTK2 typelib file Date: Fri, 20 Mar 2015 22:57:07 +0100 Message-ID: <87h9tfs570.fsf@mango.localdomain> References: <87k2yh3nye.fsf@mango.localdomain> <87k2ygqbwb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZ4uu-0000WI-IL for guix-devel@gnu.org; Fri, 20 Mar 2015 17:57:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZ4ut-0001eN-E3 for guix-devel@gnu.org; Fri, 20 Mar 2015 17:57:20 -0400 In-reply-to: <87k2ygqbwb.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Ludovic Courtès writes: >> From a71d408351e54031a1bb0ecb143128a5512fc75e Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Sun, 15 Mar 2015 23:12:32 +0100 >> Subject: [PATCH] gnu: gtk+-2: build gobject introspection typelib file. >> >> * gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the >> native-inputs to install typelib file. > > LGTM. > > Could you push it to a separate branch? Then we’ll get Hydra to build > it and merge it when it’s done (136 packages depend on GTK+.) I pushed the commit to the new branch "gtk-rebuild", based on latest master. Could someone please ask Hydra to build the packages? ~~ Ricardo