diff options
| -rw-r--r-- | nonguix/multiarch-container.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nonguix/multiarch-container.scm b/nonguix/multiarch-container.scm index 15dd054..ca6f7ab 100644 --- a/nonguix/multiarch-container.scm +++ b/nonguix/multiarch-container.scm | |||
| @@ -570,7 +570,9 @@ application." | |||
| 570 | ;; games). Wait to set this inside the container to not cause | 570 | ;; games). Wait to set this inside the container to not cause |
| 571 | ;; issues on foreign distros, see | 571 | ;; issues on foreign distros, see |
| 572 | ;; <https://gitlab.com/nonguix/nonguix/-/issues/303> | 572 | ;; <https://gitlab.com/nonguix/nonguix/-/issues/303> |
| 573 | (setenv "LD_LIBRARY_PATH" "/lib64:/lib:/lib64/vdpau:/lib/vdpau") | 573 | (setenv "LD_LIBRARY_PATH" |
| 574 | (string-append "/lib64:/lib:/lib64/nss:/lib/nss:" | ||
| 575 | "/lib64/vdpau:/lib/vdpau")) | ||
| 574 | 576 | ||
| 575 | ;; Process FHS-specific command line options. | 577 | ;; Process FHS-specific command line options. |
| 576 | (let* ((options (getopt-long (or fhs-args '("")) fhs-option-spec)) | 578 | (let* ((options (getopt-long (or fhs-args '("")) fhs-option-spec)) |
