From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Hetu Subject: Re: [PATCH] gnu: Add guile-gnome Date: Tue, 07 Jun 2016 13:57:19 -0400 Message-ID: <87ziqwkhkw.fsf@auf.org> References: <1464375363-31718-1-git-send-email-patrick.hetu@auf.org> <87y46ui2uk.fsf@gnu.org> 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]:58759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bALFp-0001Ml-49 for guix-devel@gnu.org; Tue, 07 Jun 2016 13:57:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bALFj-0003R4-7p for guix-devel@gnu.org; Tue, 07 Jun 2016 13:57:28 -0400 Received: from smtp.ca.auf.org ([199.84.140.5]:48955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bALFj-0003Qq-4K for guix-devel@gnu.org; Tue, 07 Jun 2016 13:57:23 -0400 Received: from smtp-sortant.ca.auf.org (smtp-sortant.ca.auf.org [199.84.140.10]) by smtp.ca.auf.org (Postfix) with ESMTP id 032EB372E for ; Tue, 7 Jun 2016 13:57:21 -0400 (EDT) Received: from localhost (amavis-montreal.ca.auf.org [199.84.140.2]) by smtp-sortant.ca.auf.org (Postfix) with ESMTP id 39FFEB796 for ; Tue, 7 Jun 2016 13:57:21 -0400 (EDT) Received: from smtp-sortant.ca.auf.org ([199.84.140.10]) by localhost (amavis-montreal.ca.auf.org [199.84.140.2]) (amavisd-new, port 10024) with ESMTP id z8sq9_rhffiI for ; Tue, 7 Jun 2016 13:57:19 -0400 (EDT) Received: from sans-nom.auf.org (unknown [10.36.1.102]) by smtp-sortant.ca.auf.org (Postfix) with ESMTPSA id 84B24B78C for ; Tue, 7 Jun 2016 13:57:19 -0400 (EDT) In-reply-to: <87y46ui2uk.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" To: guix-devel@gnu.org Ludovic Court=C3=A8s @ 2016-05-28 12:06 EDT: > Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor > changes: > >> +(define-public guile-g-wrap > > This one is already available in (gnu packages guile). :-) Oops, I was looking for guile-g-wrap instead of g-wrap... Still, the current g-wrap package needs a new patch to fix his Makefile.i= n because the native-search-paths hooks won't find it for Guile 2.0. Also, should I rename it to guile-g-wrap at the same time? > [...] >> + (substitute* (find-files "." "^Makefile.am$") > > Modified Makefile.in instead so that we don=E2=80=99t need the dependen= cy on > Autoconf, Automake, and Libtool. > -- Patrick