multiarch-container: make-internal-script: Add nss to LD_LIBRARY_PATH.
* nonguix/multiarch-container.scm (make-internal-script): Add nss to LD_LIBRARY_PATH (as nss puts libraries in lib/nss).
This commit is contained in:
parent
794aa4eff8
commit
0d9c22d1c4
|
@ -570,7 +570,9 @@ application."
|
||||||
;; games). Wait to set this inside the container to not cause
|
;; games). Wait to set this inside the container to not cause
|
||||||
;; issues on foreign distros, see
|
;; issues on foreign distros, see
|
||||||
;; <https://gitlab.com/nonguix/nonguix/-/issues/303>
|
;; <https://gitlab.com/nonguix/nonguix/-/issues/303>
|
||||||
(setenv "LD_LIBRARY_PATH" "/lib64:/lib:/lib64/vdpau:/lib/vdpau")
|
(setenv "LD_LIBRARY_PATH"
|
||||||
|
(string-append "/lib64:/lib:/lib64/nss:/lib/nss:"
|
||||||
|
"/lib64/vdpau:/lib/vdpau"))
|
||||||
|
|
||||||
;; Process FHS-specific command line options.
|
;; Process FHS-specific command line options.
|
||||||
(let* ((options (getopt-long (or fhs-args '("")) fhs-option-spec))
|
(let* ((options (getopt-long (or fhs-args '("")) fhs-option-spec))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user