summary refs log tree commit diff
path: root/pkgs/games/steam/runtime-wrapped.nix
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2016-11-08 01:18:25 -0400
committerDavid McFarland <corngood@gmail.com>2016-11-09 21:18:32 -0400
commita120bad30cbd63019971e9d03edd82423131852c (patch)
treeacbc0d1daf7afce81ff3e6852646ff614bce1263 /pkgs/games/steam/runtime-wrapped.nix
parenta50784b34e771aa4a6c5f4eeb8c25295c15e4ed4 (diff)
downloadnixpkgs-a120bad30cbd63019971e9d03edd82423131852c.tar
nixpkgs-a120bad30cbd63019971e9d03edd82423131852c.tar.gz
nixpkgs-a120bad30cbd63019971e9d03edd82423131852c.tar.bz2
nixpkgs-a120bad30cbd63019971e9d03edd82423131852c.tar.lz
nixpkgs-a120bad30cbd63019971e9d03edd82423131852c.tar.xz
nixpkgs-a120bad30cbd63019971e9d03edd82423131852c.tar.zst
nixpkgs-a120bad30cbd63019971e9d03edd82423131852c.zip
steam: use custom openssl
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 2cdbfb096e2..38d73f59dee 100644
--- a/pkgs/games/steam/runtime-wrapped.nix
+++ b/pkgs/games/steam/runtime-wrapped.nix
@@ -58,7 +58,6 @@ let
     SDL
     SDL2_image
     glew110
-    openssl
     libidn
 
     # Other things from runtime
@@ -88,6 +87,7 @@ let
     alsaLib
     openalSoft
     libva
+    openssl-steam
   ] ++ lib.optional newStdcpp gcc.cc;
 
   ourRuntime = if runtimeOnly then []