From 4e3bfaf406eddc791265281025793182a20ac43f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 28 Jul 2016 20:04:10 +0200 Subject: guix package: Suggest prefix search path settings. * guix/scripts/package.scm (build-and-use-profile): Pass #:kind 'prefix to 'display-search-paths'. --- guix/scripts/package.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/scripts/package.scm') diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm index e2e37098fc..2a751a4552 100644 --- a/guix/scripts/package.scm +++ b/guix/scripts/package.scm @@ -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)))))))) ;;; -- cgit v1.2.3