emacs: Report about "search paths" after operation.

* guix/scripts/package.scm: Export 'display-search-paths'.
* emacs/guix-main.scm (process-package-actions): Use it.
master
Alex Kost 2015-05-27 21:08:31 +03:00
parent 5a727cdfa9
commit 307153c1ef
2 changed files with 3 additions and 1 deletions

View File

@ -878,7 +878,8 @@ OUTPUTS is a list of package outputs (may be an empty list)."
(format #t (N_ "~a package in profile~%"
"~a packages in profile~%"
count)
count))))))))))
count)
(display-search-paths entries profile))))))))))
(define (delete-generations* profile generations)
"Delete GENERATIONS from PROFILE.

View File

@ -53,6 +53,7 @@
roll-back
delete-generation
delete-generations
display-search-paths
guix-package))
(define %store