From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH v2] gnu: Add gobject-introspection. Date: Sun, 29 Sep 2013 23:09:15 +0200 Message-ID: <20130929210915.GA21789@gmail.com> References: <1378942761-23687-1-git-send-email-tipecaml@gmail.com> <1380485321-24562-1-git-send-email-tipecaml@gmail.com> <87had3fk77.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]:51086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQObY-0007xD-Qo for guix-devel@gnu.org; Sun, 29 Sep 2013 17:32:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQObQ-000625-ER for guix-devel@gnu.org; Sun, 29 Sep 2013 17:32:40 -0400 Content-Disposition: inline In-Reply-To: <87had3fk77.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 =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Sep 29, 2013 at 10:26:36PM +0200, Ludovic Courtès wrote: > Cyril Roelandt skribis: > > > * gnu/packages/glib.scm (gobject-introspection): New variable. > > Wo0t! > > > + #:use-module (gnu packages autotools) > > Don’t think it’s needed, is it? Good catch, thanks! Pushed as 9ceb630c587beb187b52243f751e3ebc2b437a32 . Cyril.