Hi! Patrick Hetu <patrick.h...@auf.org> 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’.