guix-commits
[Top][All Lists]
Advanced

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

06/06: guix package: '--search-paths' shows search paths from propagated


From: Ludovic Courtès
Subject: 06/06: guix package: '--search-paths' shows search paths from propagated inputs.
Date: Wed, 21 Jun 2017 05:06:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8c9e90debf1e7af3da167e34dcdc405b16f339e7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 21 10:57:10 2017 +0200

    guix package: '--search-paths' shows search paths from propagated inputs.
    
    * guix/scripts/package.scm (process-query) <'search-paths>: Use
    'manifest-transitive-entries' instead of 'manifest-entries'.
---
 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 5e19df5..4834da9 100644
--- a/guix/scripts/package.scm
+++ b/guix/scripts/package.scm
@@ -789,7 +789,8 @@ processed, #f otherwise."
 
       (('search-paths kind)
        (let* ((manifests (map profile-manifest profiles))
-              (entries   (append-map manifest-entries manifests))
+              (entries   (append-map manifest-transitive-entries
+                                     manifests))
               (profiles  (map user-friendly-profile profiles))
               (settings  (search-path-environment-variables entries profiles
                                                             (const #f)



reply via email to

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