defaultGemConfig.openssl: build with openssl
This commit is contained in:
@@ -403,6 +403,10 @@ in
|
|||||||
] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
|
] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
openssl = attrs: {
|
||||||
|
buildInputs = [ openssl ];
|
||||||
|
};
|
||||||
|
|
||||||
opus-ruby = attrs: {
|
opus-ruby = attrs: {
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user