steam: fix electron launchers
This commit is contained in:
parent
a33ae90c3f
commit
f162839a1e
1 changed files with 4 additions and 1 deletions
|
@ -35,6 +35,10 @@ let
|
||||||
# Steam VR
|
# Steam VR
|
||||||
procps
|
procps
|
||||||
usbutils
|
usbutils
|
||||||
|
|
||||||
|
# electron based launchers need newer versions of these libraries than what runtime provides
|
||||||
|
mesa
|
||||||
|
sqlite
|
||||||
] ++ lib.optional withJava jdk8 # TODO: upgrade https://github.com/NixOS/nixpkgs/pull/89731
|
] ++ lib.optional withJava jdk8 # TODO: upgrade https://github.com/NixOS/nixpkgs/pull/89731
|
||||||
++ lib.optional withPrimus primus
|
++ lib.optional withPrimus primus
|
||||||
++ extraPkgs pkgs;
|
++ extraPkgs pkgs;
|
||||||
|
@ -175,7 +179,6 @@ in buildFHSUserEnv rec {
|
||||||
libidn
|
libidn
|
||||||
tbb
|
tbb
|
||||||
wayland
|
wayland
|
||||||
mesa
|
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
|
|
||||||
# Other things from runtime
|
# Other things from runtime
|
||||||
|
|
Loading…
Reference in a new issue