nongnu: steam: Fix steam browser.

* nongnu/packages/steam-client.scm
(steam-client): Add missing steam-runtime path to wrapper.
This commit is contained in:
ison 2021-11-09 11:45:51 -07:00
parent bb8d501c31
commit 2a44c2c599
No known key found for this signature in database
GPG key ID: 5E76B1AD0FC22F93

View file

@ -165,7 +165,8 @@
"/lib64/alsa-lib"
"/lib64/dri"
"/lib64/nss"
"/lib64/vdpau")))
"/lib64/vdpau"
"$HOME/.local/share/Steam/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu")))
;; .steam-real will fail unless it is renamed to exactly "steam".
(rename-file (string-append out "/bin/steam")
(string-append out "/bin/steam-wrapper"))