From 2a44c2c599f4b4d59ef5d7aa4520bc378d8f10fe Mon Sep 17 00:00:00 2001 From: ison Date: Tue, 9 Nov 2021 11:45:51 -0700 Subject: nongnu: steam: Fix steam browser. * nongnu/packages/steam-client.scm (steam-client): Add missing steam-runtime path to wrapper. --- nongnu/packages/steam-client.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index 05e0192..7468dfd 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm @@ -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")) -- cgit v1.2.3