Commit a120bad3 authored by David McFarland's avatar David McFarland
Browse files

steam: use custom openssl

parent a50784b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 []