describe: 'package-path-entries' no longer includes the "guix" entry.
Fixes <https://bugs.gnu.org/34833> Reported by mikadoZero <mikadozero@yandex.com>. By returning the "guix" entry, we were then adding it to %PACKAGE-MODULE-PATH, causing the discovery code to scan the whole tree, including gnu/installer modules, which would in turn lead to warnings. Regression introduced in bfc9c339301ffe6dd15d156894dc27e05f6f081f. * guix/describe.scm (package-path-entries): Use 'current-channel-entries', not 'current-profile-entries'.
This commit is contained in:
parent
c9c51ac39a
commit
3f4f2ee404
@ -86,7 +86,7 @@ when applicable."
|
||||
(string-append (manifest-entry-item entry)
|
||||
"/lib/guile/" (effective-version)
|
||||
"/site-ccache")))
|
||||
(current-profile-entries))))
|
||||
(current-channel-entries))))
|
||||
|
||||
(define (package-provenance package)
|
||||
"Return the provenance of PACKAGE as an sexp for use as the 'provenance'
|
||||
|
Loading…
x
Reference in New Issue
Block a user