mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
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:
parent
e3643ae5be
commit
2478374171
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue