mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-23 20:58:13 +00:00
guix: remove user flag
This commit is contained in:
parent
59e5850d2a
commit
13d8a0998e
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
export LC_ALL=C
|
||||
set -ex -o pipefail
|
||||
set -e -o pipefail
|
||||
|
||||
# Source the common prelude, which:
|
||||
# 1. Checks if we're at the top directory of the Feather Wallet repository
|
||||
|
@ -440,7 +440,6 @@ EOF
|
|||
--keep-failed \
|
||||
--fallback \
|
||||
--link-profile \
|
||||
--user="user" \
|
||||
--root="$(profiledir_for_host "${HOST}")" \
|
||||
${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"} \
|
||||
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
|
||||
|
@ -479,7 +478,6 @@ EOF
|
|||
--share="$OUTDIR"=/outdir \
|
||||
--keep-failed \
|
||||
--fallback \
|
||||
--user="user" \
|
||||
${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"} \
|
||||
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
|
||||
-- env DISTNAME="$DISTNAME" \
|
||||
|
|
Loading…
Reference in a new issue