gnu: guix: Honor the user's 'GUILE_LOAD_PATH'.
* gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Use 'prefix' when wrapping 'guix' for 'GUILE_LOAD_PATH'.
This commit is contained in:
parent
6e52376d2e
commit
acbf2c4f60
@ -154,7 +154,7 @@
|
||||
;; incompatible .go files as reported at
|
||||
;; <https://lists.gnu.org/archive/html/guix-devel/2016-03/msg01261.html>.
|
||||
(wrap-program (string-append out "/bin/guix")
|
||||
`("GUILE_LOAD_PATH" ":" = (,path))
|
||||
`("GUILE_LOAD_PATH" ":" prefix (,path))
|
||||
`("GUILE_LOAD_COMPILED_PATH" ":" = (,path)))
|
||||
|
||||
#t))))))
|
||||
|
Loading…
Reference in New Issue
Block a user