unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74605] [PATCH] environment: Suppress all output with --verbosity=0
@ 2024-11-29 15:08 Brian Kubisiak
  0 siblings, 0 replies; only message in thread
From: Brian Kubisiak @ 2024-11-29 15:08 UTC (permalink / raw)
  To: 74605

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

Fixes: <https://issues.guix.gnu.org/71298>
Change-Id: I69c7dd1058b44d587312d957312a130a8703cfca
---
 guix/scripts/environment.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index fc7fa84be7..648a497743 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -1140,8 +1140,8 @@ (define (guix-environment* opts)
       (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))
 

base-commit: 369d2698b0bfc3726f8e6d232d43d0dda832225f
prerequisite-patch-id: 196f5fb11760945290fabcf660e5c01b9a53de1a
-- 
2.46.0






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-29 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29 15:08 [bug#74605] [PATCH] environment: Suppress all output with --verbosity=0 Brian Kubisiak

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).