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:
Ludovic Courtès 2013-06-19 22:42:03 +02:00
parent c7c834a998
commit 9af05aa29d
1 changed files with 2 additions and 0 deletions

View File

@ -849,6 +849,8 @@ more information.~%"))
(begin
(switch-symlinks name prof)
(switch-symlinks profile name)
(format #t (_ "~a packages in profile~%")
(length packages))
(display-search-paths packages
profile))))))))))