guix package: Suggest prefix search path settings.
* guix/scripts/package.scm (build-and-use-profile): Pass #:kind 'prefix to 'display-search-paths'.
This commit is contained in:
parent
ae46cd0e4c
commit
4e3bfaf406
|
@ -225,7 +225,8 @@ specified in MANIFEST, a manifest object."
|
|||
"~a packages in profile~%"
|
||||
count)
|
||||
count)
|
||||
(display-search-paths entries (list profile)))))))))
|
||||
(display-search-paths entries (list profile)
|
||||
#:kind 'prefix))))))))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in New Issue