steam: use custom openssl

This commit is contained in:
David McFarland 2016-11-08 01:18:25 -04:00
parent a50784b34e
commit a120bad30c

View file

@ -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 []