defaultGemConfig.openssl: build with openssl

This commit is contained in:
Justin Humm
2021-02-12 15:09:21 +00:00
committed by Alyssa Ross
parent df9bf1a2d3
commit 8d27886e08

View File

@@ -403,6 +403,10 @@ in
] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
};
openssl = attrs: {
buildInputs = [ openssl ];
};
opus-ruby = attrs: {
dontBuild = false;
postPatch = ''