mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ (define* (build-and-use-profile store profile manifest
|
||||||
"~a packages in profile~%"
|
"~a packages in profile~%"
|
||||||
count)
|
count)
|
||||||
count)
|
count)
|
||||||
(display-search-paths entries (list profile)))))))))
|
(display-search-paths entries (list profile)
|
||||||
|
#:kind 'prefix))))))))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in a new issue