changed steam repo definition
This commit is contained in:
@@ -13,11 +13,11 @@ sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|||||||
# Steam is an X11 app running under XWayland — needs full X11 stack
|
# Steam is an X11 app running under XWayland — needs full X11 stack
|
||||||
# Also needs fonts, audio (PipeWire + pipewire-pulse for PulseAudio compat)
|
# Also needs fonts, audio (PipeWire + pipewire-pulse for PulseAudio compat)
|
||||||
# 64-bit native deps
|
# 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",
|
run = ["glibc", "curl", "dbus", "freetype", "openssl", "nvidia-open",
|
||||||
"libx11", "libxext", "libxrender", "libxfixes", "libxcomposite",
|
"libx11", "libxext", "libxrender", "libxfixes", "libxcomposite",
|
||||||
"libxdamage", "libxi", "libxtst", "libxcursor", "libxrandr",
|
"libxdamage", "libxi", "libxtst", "libxcursor", "libxrandr",
|
||||||
"pipewire", "alsa-lib", "fontconfig", "liberation-fonts",
|
"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-glibc", "lib32-zlib", "lib32-openssl", "lib32-curl",
|
||||||
"lib32-dbus", "lib32-freetype", "lib32-fontconfig", "lib32-alsa-lib",
|
"lib32-dbus", "lib32-freetype", "lib32-fontconfig", "lib32-alsa-lib",
|
||||||
"lib32-libx11", "lib32-libxcb", "lib32-mesa", "lib32-nvidia"]
|
"lib32-libx11", "lib32-libxcb", "lib32-mesa", "lib32-nvidia"]
|
||||||
|
|||||||
Reference in New Issue
Block a user