pull: No longer print upgraded/added packages upon completion.

* guix/scripts/pull.scm (build-and-install): Remove call to
'display-profile-news' and adjust accordingly.
This commit is contained in:
Ludovic Courtès 2022-02-14 16:58:22 +01:00
parent bc8bea1739
commit 2ddfb7b99b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 3 deletions

View File

@ -458,10 +458,9 @@ true, display what would be built without actually building it."
#:hooks %channel-profile-hooks)
(return
(let ((more? (list (display-profile-news profile #:concise? #t)
(display-channel-news-headlines profile))))
(let ((more? (display-channel-news-headlines profile)))
(newline)
(when (any ->bool more?)
(when more?
(display-hint
(G_ "Run @command{guix pull --news} to read all the news.")))))
(if guix-command