guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add guile-gnome


From: David Pirotte
Subject: Re: [PATCH] gnu: Add guile-gnome
Date: Wed, 8 Jun 2016 17:37:26 -0300

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

Attachment: pgpMy6I0JX4_Z.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]