guix: Drop no longer needed PATH modification

This commit is contained in:
Hennadii Stepanov 2024-09-27 12:51:36 +01:00
parent d812cf1189
commit f1daa80521
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -230,8 +230,6 @@ case "$HOST" in
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
esac
# Make $HOST-specific native binaries from depends available in $PATH
export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
mkdir -p "$DISTSRC"
(
cd "$DISTSRC"