From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Pirotte Subject: Re: [PATCH] gnu: Add guile-gnome Date: Wed, 8 Jun 2016 17:37:26 -0300 Message-ID: <20160608173726.3f5597e4@capac> References: <1464375363-31718-1-git-send-email-patrick.hetu@auf.org> <87y46ui2uk.fsf@gnu.org> <87ziqwkhkw.fsf@auf.org> <87vb1jhl7w.fsf@gnu.org> <87y46fk2k7.fsf@auf.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/eyouI1lZ_4DJEsisLSYMqIm"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAkEX-0000V1-Hm for guix-devel@gnu.org; Wed, 08 Jun 2016 16:37:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAkET-0007G0-Bq for guix-devel@gnu.org; Wed, 08 Jun 2016 16:37:48 -0400 Received: from maximusconfessor.all2all.org ([79.99.200.102]:48846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAkET-0007Fk-5X for guix-devel@gnu.org; Wed, 08 Jun 2016 16:37:45 -0400 In-Reply-To: <87y46fk2k7.fsf@auf.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: Patrick Hetu Cc: guix-devel@gnu.org --Sig_/eyouI1lZ_4DJEsisLSYMqIm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello Patrick, > ... > + (modify-phases %standard-phases > + (add-before 'configure 'pre-configure > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (substitute* (find-files "." "^Makefile.in$") > + (("guilemoduledir =3D.*guile/site" all) > + (string-append all "/2.0"))) > + #t)))))) > ... Just curious: why do you (string-append all "/2.0")? Is this a guix guideli= ne maybe? IMO, G-wrap, Guile-Cairo and Guile-Gnome should all be installed in the directory returned by (%global-site-dir) Cheers, David --Sig_/eyouI1lZ_4DJEsisLSYMqIm Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXWIIHAAoJEPN0/ZOjBXrXo1sIAKEywQaPboTkHN7ja7hpIo2i tBX3+RjmDc6WYABdp0AewoRCbpZPDDzjDWhvhvfvHin0LN9WZs3/QfWypXXeGd9/ IEQf3Qx9yjtsVrysDInhRG3Ykp2j1d8zLY3MDkPgnZ4UUy+QzsgliVdLozxWWxGD u7g7fQ2IJYEDLA8pHdfuzFRTkuTqmjYz97FTaSkXTKs0K2k7EcTH8Uhf+01Kw+cH KE5ed+ScNqEHAGaaHTLyxvwwP7UGAbaRen3THRkUeezlisM+/bAu2OfnnnLIJR4K 2bSdWkTsrqw8TnW8oB2Zi0zFYvjslXNub6gPCimK99kd6XEWF9TDHzHjm5HuX8Y= =VYia -----END PGP SIGNATURE----- --Sig_/eyouI1lZ_4DJEsisLSYMqIm--