steam: Add libva to chrootenv
After the newest update Steam itself complained about missing files and would not start: * libva.so.2 * libva-x11.so.2
This commit is contained in:
parent
abe853b84c
commit
5a13b856c4
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ in buildFHSUserEnv rec {
|
|||
xorg.libX11
|
||||
xorg.libXfixes
|
||||
libGL
|
||||
libva
|
||||
|
||||
# Not formally in runtime but needed by some games
|
||||
at-spi2-atk
|
||||
|
|
Loading…
Reference in a new issue