~ruther/guix-local

9af05aa29d740f753484a1c37a562f4da2c789c3 — Ludovic Courtès 12 years ago c7c834a
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.
1 files changed, 2 insertions(+), 0 deletions(-)

M guix/scripts/package.scm
M guix/scripts/package.scm => guix/scripts/package.scm +2 -0
@@ 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))))))))))