mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
Adding config for the tiny_tds gem (#42406)
This commit is contained in:
parent
4d7f23520e
commit
b97b0300f6
@ -354,6 +354,10 @@ in
|
||||
buildInputs = [ kerberos ];
|
||||
};
|
||||
|
||||
tiny_tds = attrs: {
|
||||
nativeBuildInputs = [ pkgconfig openssl ];
|
||||
};
|
||||
|
||||
therubyracer = attrs: {
|
||||
buildFlags = [
|
||||
"--with-v8-dir=${v8}"
|
||||
|
Loading…
Reference in New Issue
Block a user