From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] build GTK2 typelib file Date: Tue, 17 Mar 2015 09:13:56 +0100 Message-ID: <87k2ygqbwb.fsf@gnu.org> References: <87k2yh3nye.fsf@mango.localdomain> 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]:53038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXmdZ-0003Vh-T8 for guix-devel@gnu.org; Tue, 17 Mar 2015 04:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXmdV-00050u-1z for guix-devel@gnu.org; Tue, 17 Mar 2015 04:14:05 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXmdU-00050p-VI for guix-devel@gnu.org; Tue, 17 Mar 2015 04:14:00 -0400 In-Reply-To: <87k2yh3nye.fsf@mango.localdomain> (Ricardo Wurmus's message of "Sun, 15 Mar 2015 23:17:29 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > GTK2 does not install its typelib file, which is needed by applications > using GTK through gobject introspection. Good catch. > 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=E2=80=99ll get Hydra to bu= ild it and merge it when it=E2=80=99s done (136 packages depend on GTK+.) Thanks, Ludo=E2=80=99.