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
|
@ -849,6 +849,8 @@ more information.~%"))
|
||||||
(begin
|
(begin
|
||||||
(switch-symlinks name prof)
|
(switch-symlinks name prof)
|
||||||
(switch-symlinks profile name)
|
(switch-symlinks profile name)
|
||||||
|
(format #t (_ "~a packages in profile~%")
|
||||||
|
(length packages))
|
||||||
(display-search-paths packages
|
(display-search-paths packages
|
||||||
profile))))))))))
|
profile))))))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue