nonguix: multiarch-container: Allow adding SteamVR drivers to FHS container.

* nonguix/multiarch-container.scm (make-internal-script): Adds symlinks of
SteamVR drivers to FHS container.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
James Smith 2025-11-23 21:46:31 -07:00 committed by Hilton Chain
parent e3643ae5be
commit 2478374171
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -544,7 +544,13 @@ application."
((,union64 "share/drirc.d") . "/usr/share/drirc.d")
((,union64 "share/fonts") . "/usr/share/fonts")
((,union64 "share/fonts") . "/run/current-system/profile/share/fonts")
((,union64 "etc/fonts") . "/etc/fonts")))
((,union64 "etc/fonts") . "/etc/fonts")
;; Expose Monado and OpenHMD SteamVR drivers in a predictable
;; path. This is to make it easier to symlink SteamVR drivers
;; if desired.
;; TODO: Only expose the path if it actually exists?
((,union64 "share/steamvr-monado") . "/usr/share/steamvr-monado")
((,union64 "share/steamvr-openhmd") . "/usr/share/steamvr-openhmd")))
(for-each
(cut file-symlink <> "/usr/share/egl/egl_external_platform.d")
(append-map