Ok, understood. Thanks for the explanation. Maxime Devos writes: > [[PGP Signed Part:Undecided]] > Roman Scherer schreef op vr 01-04-2022 om 11:07 [+0200]: >> ./pre-inst-env guix build emacs-sqlite3-api --target=x86_64 >> guix build: error: /home/roman/workspace/guix/gnu/packages/emacs- >> xyz.scm:5738:4: emacs-sqlite3-api@0.15-0.7cb4b66: build system >> `emacs' does not support cross builds > > FWIW x86_64 is not a valid triple, you need something like > > --target=aarch64-linux-gnu > > or > --target=x86_64-linux-gnu > > or > --target=i686-pc-gnu # or was it i586? > > though that won't work either because emacs-build-system doesn't > support cross-compilation yet. > > Geetings, > Maxime. > > [[End of PGP Signed Part]]