Hello Ludo, On 06/07/16 16:48, Ludovic Courtès wrote: > LGTM, but please double-check that: > > ./pre-inst-env guix build inkscape -d > > is the same both with and without the patch.
Yes it produced the same derivation. > >> +(define-public glibc/hurd >> + ;; The Hurd's libc variant. >> + (package (inherit glibc/linux) >> + (name "glibc-hurd") > > I assume this definition was just moved higher in the file, right? Yes it was just moved higher in the file so the macro could work properly. Pushed to core-updates. Thank you, Manolis