Revert "steam: use custom openssl"

No longer necessary. See https://github.com/NixOS/nixpkgs/pull/23034#issuecomment-291005754

This reverts commit a120bad30c.
This commit is contained in:
David McFarland 2017-02-20 21:45:48 -04:00 committed by Frederik Rietdijk
parent 9f34d1f19a
commit 398823da6e

View File

@ -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;