nonguix: multiarch-container: Fix controller detection.

Fixes: https://gitlab.com/nonguix/nonguix/-/issues/384

* nonguix/multiarch-container.scm (make-internal-script): Fix controller
detection.

Reported-by: Morgan Smith <Morgan.J.Smith@outlook.com>
This commit is contained in:
Hilton Chain 2025-04-05 08:28:16 +08:00
parent 7b5ef8b9c1
commit ee118a4e80
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -587,6 +587,9 @@ application."
(setenv "LD_LIBRARY_PATH"
(string-append "/lib64:/lib:/lib64/nss:/lib/nss:"
"/lib64/vdpau:/lib/vdpau"))
;; Fix controller detection.
;; See <https://gitlab.com/nonguix/nonguix/-/issues/384>
(setenv "SDL_JOYSTICK_DISABLE_UDEV" "1")
;; Process FHS-specific command line options.
(let* ((options (getopt-long (or fhs-args '("")) fhs-option-spec))