Hi Maxime, ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, January 15th, 2022 at 6:27 AM, Maxime Devos wrote: > Guix doesn't do staged installation > (https://www.gnu.org/software/automake/manual/html_node/DESTDIR.html), > so I would avoid (ab)using DESTDIR here. Instead of this phase, > maybe do > [...] > (string-append "PREFIX=" #$output))))))) > instead (untested)? > No idea why I had DESTDIR there (there are some old packages I made, live and learn!) but your suggestion has the same result. Attached is v3 of the patch with just this adjustment. Thanks! John