This has caught me out more than once. If you try and perform a Guix build with HOSTS="x86_64-pc-linux-gnu" ./contrib/guix/guix-build.sh
, it doesn’t work, and the build script just “dies”. The problem is here:
There is no x86_64-pc-linux-gnu
case, so we just exit. I ended up using x86_64-pc-linux-gnu
after copy-pasting from the triplets listed in the depends readme.