defaultGemConfig.openssl: build with openssl

master
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
1 changed files with 4 additions and 0 deletions

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