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-04-03 09:04:44 +02:00
committed by Frederik Rietdijk
parent 9f34d1f19a
commit 398823da6e
+1 -1
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;