Ludovic Courtès @ 2016-05-28 12:06 EDT: > Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor > changes: > >> +(define-public guile-g-wrap > > This one is already available in (gnu packages guile). :-)
Oops, I was looking for guile-g-wrap instead of g-wrap... Still, the current g-wrap package needs a new patch to fix his Makefile.in because the native-search-paths hooks won't find it for Guile 2.0. Also, should I rename it to guile-g-wrap at the same time? > [...] >> + (substitute* (find-files "." "^Makefile.am$") > > Modified Makefile.in instead so that we don’t need the dependency on > Autoconf, Automake, and Libtool. > -- Patrick