From d4fe8edd52ae9da1dd5a0256fb34d0db0adbb147 Mon Sep 17 00:00:00 2001 From: Danny Date: Fri, 20 Mar 2026 10:47:46 +0100 Subject: [PATCH] changed steam repo definition --- gaming/steam/steam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaming/steam/steam.toml b/gaming/steam/steam.toml index 3d225a0..95149a8 100644 --- a/gaming/steam/steam.toml +++ b/gaming/steam/steam.toml @@ -13,11 +13,11 @@ sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" # Steam is an X11 app running under XWayland — needs full X11 stack # Also needs fonts, audio (PipeWire + pipewire-pulse for PulseAudio compat) # 64-bit native deps +# 64-bit native deps + 32-bit multilib (Steam runtime and Proton games need 32-bit libs) run = ["glibc", "curl", "dbus", "freetype", "openssl", "nvidia-open", "libx11", "libxext", "libxrender", "libxfixes", "libxcomposite", "libxdamage", "libxi", "libxtst", "libxcursor", "libxrandr", "pipewire", "alsa-lib", "fontconfig", "liberation-fonts", - # 32-bit multilib — Steam runtime and many Proton games need 32-bit libs "lib32-glibc", "lib32-zlib", "lib32-openssl", "lib32-curl", "lib32-dbus", "lib32-freetype", "lib32-fontconfig", "lib32-alsa-lib", "lib32-libx11", "lib32-libxcb", "lib32-mesa", "lib32-nvidia"]