mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 10:25:19 +01:00
nongnu: steam: Fix steam browser.
* nongnu/packages/steam-client.scm (steam-client): Add missing steam-runtime path to wrapper.
This commit is contained in:
parent
bb8d501c31
commit
2a44c2c599
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@
|
||||||
"/lib64/alsa-lib"
|
"/lib64/alsa-lib"
|
||||||
"/lib64/dri"
|
"/lib64/dri"
|
||||||
"/lib64/nss"
|
"/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".
|
;; .steam-real will fail unless it is renamed to exactly "steam".
|
||||||
(rename-file (string-append out "/bin/steam")
|
(rename-file (string-append out "/bin/steam")
|
||||||
(string-append out "/bin/steam-wrapper"))
|
(string-append out "/bin/steam-wrapper"))
|
||||||
|
|
Loading…
Reference in a new issue