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
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

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 = ''