defaultGemConfig.openssl: build with openssl
This commit is contained in:
parent
df9bf1a2d3
commit
8d27886e08
1 changed files with 4 additions and 0 deletions
|
@ -403,6 +403,10 @@ in
|
|||
] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
|
||||
};
|
||||
|
||||
openssl = attrs: {
|
||||
buildInputs = [ openssl ];
|
||||
};
|
||||
|
||||
opus-ruby = attrs: {
|
||||
dontBuild = false;
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue