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 SDL
SDL2_image SDL2_image
glew110 glew110
openssl
libidn libidn
# Other things from runtime # Other things from runtime
@ -88,6 +87,7 @@ let
alsaLib alsaLib
openalSoft openalSoft
libva libva
openssl-steam
] ++ lib.optional newStdcpp gcc.cc; ] ++ lib.optional newStdcpp gcc.cc;
ourRuntime = if runtimeOnly then [] ourRuntime = if runtimeOnly then []