mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
package: Display the number of installed packages upon completion.
* guix/scripts/package.scm (guix-package)[process-actions]: Display the number of packages in the profile upon completion.
This commit is contained in:
parent
c7c834a998
commit
9af05aa29d
1 changed files with 2 additions and 0 deletions
|
@ -849,6 +849,8 @@ (define (show-what-to-remove/install remove install dry-run?)
|
|||
(begin
|
||||
(switch-symlinks name prof)
|
||||
(switch-symlinks profile name)
|
||||
(format #t (_ "~a packages in profile~%")
|
||||
(length packages))
|
||||
(display-search-paths packages
|
||||
profile))))))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue