summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2017-02-20 21:45:48 -0400
committerFrederik Rietdijk <fridh@fridh.nl>2017-04-03 09:04:44 +0200
commit398823da6e8a98d92086606988a78fda7bbeca5b (patch)
tree7529728722f6ac485ecf893bda6bcaf325199f32 /pkgs/games/steam
parent9f34d1f19a34771b493d3bd5e3361a127bc10c98 (diff)
downloadnixpkgs-398823da6e8a98d92086606988a78fda7bbeca5b.tar
nixpkgs-398823da6e8a98d92086606988a78fda7bbeca5b.tar.gz
nixpkgs-398823da6e8a98d92086606988a78fda7bbeca5b.tar.bz2
nixpkgs-398823da6e8a98d92086606988a78fda7bbeca5b.tar.lz
nixpkgs-398823da6e8a98d92086606988a78fda7bbeca5b.tar.xz
nixpkgs-398823da6e8a98d92086606988a78fda7bbeca5b.tar.zst
nixpkgs-398823da6e8a98d92086606988a78fda7bbeca5b.zip
Revert "steam: use custom openssl"
No longer necessary. See https://github.com/NixOS/nixpkgs/pull/23034#issuecomment-291005754

This reverts commit a120bad30cbd63019971e9d03edd82423131852c.
Diffstat (limited to 'pkgs/games/steam')
-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;