~ruther/guix-local

3e096a6babf7d5f07141a5ea1f8239a9fd96932d — Brian Kubisiak 1 year, 7 months ago a34c971
environment: Suppress all output with --verbosity=0

* guix/scripts/environment.scm (guix-environment*): Call
'with-status-verbosity' earlier.

Fixes: <https://issues.guix.gnu.org/71298>
Change-Id: I69c7dd1058b44d587312d957312a130a8703cfca
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M guix/scripts/environment.scm
M guix/scripts/environment.scm => guix/scripts/environment.scm +2 -2
@@ 1140,8 1140,8 @@ command-line option processing with 'parse-command-line'."
      (when (pair? symlinks)
        (leave (G_ "'--symlink' cannot be used without '--container'~%"))))

    (with-store/maybe store
      (with-status-verbosity (assoc-ref opts 'verbosity)
    (with-status-verbosity (assoc-ref opts 'verbosity)
      (with-store/maybe store
        (define manifest-from-opts
          (options/resolve-packages store opts))