guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: guix package: Suggest prefix search path settings.


From: Ludovic Courtès
Subject: 01/01: guix package: Suggest prefix search path settings.
Date: Thu, 28 Jul 2016 18:08:11 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 4e3bfaf406eddc791265281025793182a20ac43f
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 28 20:04:10 2016 +0200

    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(-)

diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm
index e2e3709..2a751a4 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))))))))
 
 
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]