Adding config for the tiny_tds gem (#42406)

This commit is contained in:
Judson Lester
2018-06-27 03:56:18 -07:00
committed by zimbatm
parent 4d7f23520e
commit b97b0300f6

View File

@@ -354,6 +354,10 @@ in
buildInputs = [ kerberos ];
};
tiny_tds = attrs: {
nativeBuildInputs = [ pkgconfig openssl ];
};
therubyracer = attrs: {
buildFlags = [
"--with-v8-dir=${v8}"