Tobias Platen schreef op za 05-02-2022 om 16:14 [+0100]: > Some time ago I was able to cross compile emacs to run on the > OpenPandora[1] using guix. That seems to be broken: > > guix pack --target=armhf-linux-gnu openssh emacs libhandy > guix pack: error: gnu/packages/emacs.scm:77:2: emacs@27.2: build system > `glib-or-gtk' does not support cross builds Is your guix up to date? Cross-compilation for 'glib-or-gtk' has been implemented in: commit 881a5d26b2fdf9ccb222b26b2a533cd09ffc62c8 Author: Maxime Devos Date: Tue Aug 24 11:06:53 2021 +0200 build-system/glib-or-gtk: Support cross-compilaton. * guix/build-system/glib-or-gtk.scm (lower): Add 'implicit-cross-inputs?' argument. Generate a bag when cross-compiling. (glib-or-gtk-cross-build): New procedure. Greetings, Maxime.