guix package: Suggest prefix search path settings.

* guix/scripts/package.scm (build-and-use-profile): Pass #:kind 'prefix
to 'display-search-paths'.
master
Ludovic Courtès 2016-07-28 20:04:10 +02:00
parent ae46cd0e4c
commit 4e3bfaf406
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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))))))))
;;;