mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
bc8bea1739
commit
2ddfb7b99b
1 changed files with 2 additions and 3 deletions
|
@ -458,10 +458,9 @@ (define guix-command
|
||||||
#:hooks %channel-profile-hooks)
|
#:hooks %channel-profile-hooks)
|
||||||
|
|
||||||
(return
|
(return
|
||||||
(let ((more? (list (display-profile-news profile #:concise? #t)
|
(let ((more? (display-channel-news-headlines profile)))
|
||||||
(display-channel-news-headlines profile))))
|
|
||||||
(newline)
|
(newline)
|
||||||
(when (any ->bool more?)
|
(when more?
|
||||||
(display-hint
|
(display-hint
|
||||||
(G_ "Run @command{guix pull --news} to read all the news.")))))
|
(G_ "Run @command{guix pull --news} to read all the news.")))))
|
||||||
(if guix-command
|
(if guix-command
|
||||||
|
|
Loading…
Reference in a new issue