defaultGemConfig.openssl: build with openssl

authored by Justin Humm and committed by Alyssa Ross 8d27886e df9bf1a2

+4
+4
pkgs/development/ruby-modules/gem-config/default.nix
··· 403 ] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}"; 404 }; 405 406 opus-ruby = attrs: { 407 dontBuild = false; 408 postPatch = ''
··· 403 ] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}"; 404 }; 405 406 + openssl = attrs: { 407 + buildInputs = [ openssl ]; 408 + }; 409 + 410 opus-ruby = attrs: { 411 dontBuild = false; 412 postPatch = ''