mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
steam: fix steamwebhelper
Fixes https://github.com/NixOS/nixpkgs/issues/137279 and https://github.com/ValveSoftware/steam-runtime/issues/462.
This commit is contained in:
parent
fc4247e827
commit
80ab542af8
@ -100,6 +100,11 @@ in buildFHSUserEnv rec {
|
||||
libva
|
||||
pipewire.lib
|
||||
|
||||
# steamwebhelper
|
||||
harfbuzz
|
||||
libthai
|
||||
pango
|
||||
|
||||
# Not formally in runtime but needed by some games
|
||||
at-spi2-atk
|
||||
at-spi2-core # CrossCode
|
||||
@ -114,7 +119,7 @@ in buildFHSUserEnv rec {
|
||||
xorg.libpciaccess
|
||||
udev # shadow of the tomb raider
|
||||
|
||||
## screeps dependencies
|
||||
# screeps dependencies
|
||||
gtk3
|
||||
dbus
|
||||
zlib
|
||||
@ -123,7 +128,6 @@ in buildFHSUserEnv rec {
|
||||
cairo
|
||||
freetype
|
||||
gdk-pixbuf
|
||||
pango
|
||||
fontconfig
|
||||
|
||||
# friends options won't display "Launch Game" without it
|
||||
@ -188,7 +192,6 @@ in buildFHSUserEnv rec {
|
||||
nss
|
||||
fontconfig
|
||||
cairo
|
||||
pango
|
||||
expat
|
||||
dbus
|
||||
cups
|
||||
|
Loading…
Reference in New Issue
Block a user