Unset `LD_LIBRARY_PATH' in `build-expression->derivation'.
* guix/derivations.scm (build-expression->derivation)[prolog]: Unset `LD_LIBRARY_PATH'.master
parent
da62d3e5ae
commit
d44bc84b15
|
@ -550,7 +550,11 @@ considered to have failed."
|
|||
(derivation-path->output-path drv
|
||||
sub)
|
||||
drv)))))
|
||||
inputs))))
|
||||
inputs))
|
||||
|
||||
;; Guile sets it, but remove it to avoid conflicts when
|
||||
;; building Guile-using packages.
|
||||
(unsetenv "LD_LIBRARY_PATH")))
|
||||
(builder (add-text-to-store store
|
||||
(string-append name "-guile-builder")
|
||||
(string-append
|
||||
|
|
Reference in New Issue