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:
John Kehayias 2023-12-06 00:10:19 -05:00
parent f1f12f3cc9
commit 0f7c8e3e2b
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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.