unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: David Pirotte <david@altosw.be>
Cc: Patrick Hetu <patrick.hetu@auf.org>, guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add guile-gnome
Date: Thu, 9 Jun 2016 09:37:53 +0300	[thread overview]
Message-ID: <20160609063753.GA513@debian-netbook> (raw)
In-Reply-To: <20160608173726.3f5597e4@capac>

[-- Attachment #1: Type: text/plain, Size: 1192 bytes --]

On Wed, Jun 08, 2016 at 05:37:26PM -0300, David Pirotte wrote:
> 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 =.*guile/site" all)
> > +                     (string-append all "/2.0")))
> > +                  #t))))))
> > ...
> 
> Just curious: why do you (string-append all "/2.0")? Is this a guix guideline maybe?
> 
> 	IMO, G-wrap, Guile-Cairo and Guile-Gnome should all be installed in the
> 	directory returned by (%global-site-dir)
> 
> Cheers,
> David

`guilemoduledir =.*guile/site' is saved in the variable `all' and then
used in the second half of the substitute*.  I have a similar one I
wrote for aria2 in bittorrent.scm



-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-06-09  6:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27 18:56 [PATCH] gnu: Add guile-gnome Patrick Hetu
2016-05-28 16:06 ` Ludovic Courtès
2016-06-07 17:57   ` Patrick Hetu
2016-06-07 21:47     ` David Pirotte
2016-06-08 13:19     ` Ludovic Courtès
2016-06-08 17:34       ` Patrick Hetu
2016-06-08 20:37         ` David Pirotte
2016-06-09  6:37           ` Efraim Flashner [this message]
2016-06-09 19:45             ` David Pirotte
2016-06-10  8:44               ` Alex Kost
2016-06-11 21:54                 ` David Pirotte
2016-06-10 12:52         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160609063753.GA513@debian-netbook \
    --to=efraim@flashner.co.il \
    --cc=david@altosw.be \
    --cc=guix-devel@gnu.org \
    --cc=patrick.hetu@auf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).