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'.
master
Ludovic Courtès 2017-06-21 10:57:10 +02:00
parent a654dc4bcf
commit 8c9e90debf
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

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