mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: steam: Fix SteamVR dashboard.
The SteamVR dashboard can be a bit flaky in appearing or not. While it doesn't seem to always require at-spi2-core, that does seem to help at other times. * nongnu/packages/steam-client.scm (steam-client-libs): Add at-spi2-core.
This commit is contained in:
parent
f1f12f3cc9
commit
0f7c8e3e2b
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@
|
|||
(license (license:nonfree "file:///share/doc/steam/steam_subscriber_agreement.txt"))))
|
||||
|
||||
(define steam-client-libs
|
||||
`(("bash" ,bash) ; Required for steam startup.
|
||||
`(("at-spi2-core" ,at-spi2-core) ; Required (often) for SteamVR interface.
|
||||
("bash" ,bash) ; Required for steam startup.
|
||||
("coreutils" ,coreutils)
|
||||
("diffutils" ,diffutils)
|
||||
("dbus-glib" ,dbus-glib) ; Required for steam browser.
|
||||
|
|
Loading…
Reference in a new issue