On 19-09-2022 06:09, Jacob Hrbek wrote: > + (setenv "DESTDIR" "/"))) > + (add-before 'configure 'substitute-qemu-dependencies > + (lambda* (#:key inputs #:allow-other-keys) > + > (substitute* "src/installed-media.vala" > + (("qemu-img") > + (search-input-file inputs "/bin/qemu-img")))))))) Aside from the indentation (which would IIUC be corrected by "guix style", see point (5) of the checklist in "(guix)Submitting Patches")) ... > (native-inputs > (list desktop-file-utils ;for update-desktop-database > gettext-minimal > @@ -12162,6 +12167,7 @@ (define-public gnome-boxes > sparql-query > spice-gtk > tracker > + qemu-minimal ;for qemu-img ... and the non-alphabetical sorting, ... > vte > webkitgtk-with-libsoup2)) ;for webkit2gtk-4.0 ... looks good to me (though to be clear, I did not test the changes), though those problems can be addressed by the committer (just a note for future submissions). Greetings, Maxime.