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: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add guile-gnome
Date: Sat, 28 May 2016 18:06:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi!

Patrick Hetu <address@hidden> skribis:

> * gnu/packages/gtk.scm (guile-gnome): New variables.

This is a long-overdue addition.

Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor
changes:

> +(define-public guile-g-wrap

This one is already available in (gnu packages guile).  :-)

> +              (uri
> +               (string-append "http://ftp.gnu.org/pub/gnu/"; name

I changed that to mirror://gnu.

> +      `(#:tests? #f

This should be fixed or explained.

> +        #:phases (alist-cons-before

Changed to ‘modify-phases’.

> +                      (substitute* (find-files "." "^Makefile.am$")

Modified Makefile.in instead so that we don’t need the dependency on
Autoconf, Automake, and Libtool.

> +    (description "Guile wrapper collection for the following GNOME core 
> libraries:

Changed to what ‘guix lint’ recommends.

Thanks!

Ludo’.



reply via email to

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