emacs: Report about "search paths" after operation.
* guix/scripts/package.scm: Export 'display-search-paths'. * emacs/guix-main.scm (process-package-actions): Use it.
This commit is contained in:
parent
5a727cdfa9
commit
307153c1ef
|
@ -878,7 +878,8 @@ OUTPUTS is a list of package outputs (may be an empty list)."
|
||||||
(format #t (N_ "~a package in profile~%"
|
(format #t (N_ "~a package in profile~%"
|
||||||
"~a packages in profile~%"
|
"~a packages in profile~%"
|
||||||
count)
|
count)
|
||||||
count))))))))))
|
count)
|
||||||
|
(display-search-paths entries profile))))))))))
|
||||||
|
|
||||||
(define (delete-generations* profile generations)
|
(define (delete-generations* profile generations)
|
||||||
"Delete GENERATIONS from PROFILE.
|
"Delete GENERATIONS from PROFILE.
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
roll-back
|
roll-back
|
||||||
delete-generation
|
delete-generation
|
||||||
delete-generations
|
delete-generations
|
||||||
|
display-search-paths
|
||||||
guix-package))
|
guix-package))
|
||||||
|
|
||||||
(define %store
|
(define %store
|
||||||
|
|
Loading…
Reference in New Issue