diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix index d18accd0d546a..b12d49e0a16f5 100644 --- a/pkgs/games/steam/fhsenv.nix +++ b/pkgs/games/steam/fhsenv.nix @@ -37,6 +37,10 @@ let # electron based launchers need newer versions of these libraries than what runtime provides mesa sqlite + + # Hadean Lands + gtk3 + gsettings-desktop-schemas ] ++ lib.optional withJava jdk8 # TODO: upgrade https://github.com/NixOS/nixpkgs/pull/89731 ++ lib.optional withPrimus primus ++ extraPkgs pkgs;