summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-12-08 18:04:49 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-12-08 18:04:49 -0800
commitf162839a1eda1a79df211c56660faf051d9511b9 (patch)
treee9204afdcf11a8c0487e23a21067bc7c424a9455 /pkgs
parenta33ae90c3f0ace2782d6ebc9256efd527e1aaf7f (diff)
steam: fix electron launchers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/steam/fhsenv.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index ecd318e64c66..34b2fe198539 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -35,6 +35,10 @@ let
# Steam VR
procps
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 withPrimus primus
++ extraPkgs pkgs;
@@ -175,7 +179,6 @@ in buildFHSUserEnv rec {
libidn
tbb
wayland
- mesa
libxkbcommon
# Other things from runtime