Unverified Commit 4e84de97 authored by Nick Cao's avatar Nick Cao
Browse files

ruby_3_0: unpin openssl_1_1

parent 519b94e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,8 +84,8 @@ let
          ++ (op fiddleSupport libffi)
          ++ (ops cursesSupport [ ncurses readline ])
          ++ (op zlibSupport zlib)
          ++ (op (lib.versionOlder ver.majMin "3.0" && opensslSupport) openssl_1_1)
          ++ (op (atLeast30 && opensslSupport) openssl_1_1)
          ++ (op (!atLeast30 && opensslSupport) openssl_1_1)
          ++ (op (atLeast30 && opensslSupport) openssl)
          ++ (op gdbmSupport gdbm)
          ++ (op yamlSupport libyaml)
          # Looks like ruby fails to build on darwin without readline even if curses