steam: use custom openssl
This commit is contained in:
parent
a50784b34e
commit
a120bad30c
1 changed files with 1 additions and 1 deletions
|
@ -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 []
|
||||
|
|
Loading…
Reference in a new issue