summary refs log tree commit diff
path: root/pkgs/games/steam/runtime-wrapped.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/steam/runtime-wrapped.nix')
-rw-r--r--pkgs/games/steam/runtime-wrapped.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/runtime-wrapped.nix b/pkgs/games/steam/runtime-wrapped.nix
index 74548fcfb8c..5cf55535db1 100644
--- a/pkgs/games/steam/runtime-wrapped.nix
+++ b/pkgs/games/steam/runtime-wrapped.nix
@@ -58,6 +58,7 @@ let
     SDL
     SDL2_image
     glew110
+    openssl
     libidn
 
     # Other things from runtime
@@ -87,7 +88,6 @@ let
     alsaLib
     openalSoft
     libva
-    openssl-steam
     vulkan-loader
   ] ++ lib.optional newStdcpp gcc.cc;