Hello, I noticed that 62c86c8391ceb8953ca972498fd75ea9298b85ff pulls in host-side code on the “build side”, via (guix utils), meaning that the closure of the (gnu build image) module would now include 80 modules. This change also introduces uses of ‘target-x86?’ and ‘target-arm?’ on the build side that are unlikely to have the intended effect because the check is then done based on the native system type when running the build process. Last, the ‘cond’ form in that commit lacks an ‘else’ clause. Thus I’m proposing the fix below. How can I test it though? I get: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix system image -t efi32-raw gnu/system/examples/bare-bones.tmpl guix system: error: EFI bootloader required with GPT partitioning --8<---------------cut here---------------end--------------->8--- Thanks in advance! Ludo’.