mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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>
This commit is contained in:
parent
a34c9713e2
commit
3e096a6bab
1 changed files with 2 additions and 2 deletions
|
@ -1140,8 +1140,8 @@ (define-syntax-rule (with-store/maybe store exp ...)
|
|||
(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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue