From: tobtoht Date: Wed, 9 Apr 2025 19:28:29 +0000 (+0200) Subject: guix: remove --user option X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=230da721bc03b6020b031da1b8418fba4c7ace5b;p=gamesguru%2Ffeather.git guix: remove --user option --- diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index d7a78bbb..dc2d05fd 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -449,7 +449,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} \ @@ -488,7 +487,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" \