gnu: guix: Don't ignore user's GUILE_LOAD_COMPILED_PATH.
* gnu/packages/package-management.scm (guix-0.12.0): Guile skips invalid .go files since 2.0.12 so we don't need to override GUILE_LOAD_COMPILED_PATH to prevent problems anymore.master
parent
7601b9f7ce
commit
57d0bdf8c6
|
@ -147,14 +147,9 @@
|
|||
ssh "/share/guile/site/2.0:"
|
||||
gnutls "/share/guile/site/2.0")))
|
||||
|
||||
;; Ignore user settings so that a bogus
|
||||
;; GUILE_LOAD_COMPILED_PATH does not prevent use of
|
||||
;; 'guix', notably when it contains entries pointing to
|
||||
;; 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" ":" prefix (,path))
|
||||
`("GUILE_LOAD_COMPILED_PATH" ":" = (,path)))
|
||||
`("GUILE_LOAD_COMPILED_PATH" ":" prefix (,path)))
|
||||
|
||||
#t))))))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
|
|
Reference in New Issue