guix: unset HOST env variable

This commit is contained in:
tobtoht 2025-04-06 21:23:50 +02:00
parent 977dedce2c
commit b1728a95a8
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -47,6 +47,15 @@ EOF
exit 1
fi
################
# Unset environment variables
################
# contrib/depends uses the HOST environment variable as the build target.
# It will throw an error if this variable is set to an unrecognized target.
# Ensure the var is unset so calls to contrib/depends further down don't fail.
unset HOST
################
# Checkout git submodules if we haven't already
################