about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJudson Lester <nyarly@users.noreply.github.com>2018-06-27 03:56:18 -0700
committerzimbatm <zimbatm@zimbatm.com>2018-06-27 11:56:18 +0100
commitb97b0300f6b612640b3750811005d76ab313e79e (patch)
treed00909e0eb1536d356e901d27043f5ce80671902 /pkgs
parent4d7f23520ea238ff906f1c310ffff8b9d937cc94 (diff)
downloadnixlib-b97b0300f6b612640b3750811005d76ab313e79e.tar
nixlib-b97b0300f6b612640b3750811005d76ab313e79e.tar.gz
nixlib-b97b0300f6b612640b3750811005d76ab313e79e.tar.bz2
nixlib-b97b0300f6b612640b3750811005d76ab313e79e.tar.lz
nixlib-b97b0300f6b612640b3750811005d76ab313e79e.tar.xz
nixlib-b97b0300f6b612640b3750811005d76ab313e79e.tar.zst
nixlib-b97b0300f6b612640b3750811005d76ab313e79e.zip
Adding config for the tiny_tds gem (#42406)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ruby-modules/gem-config/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/ruby-modules/gem-config/default.nix b/pkgs/development/ruby-modules/gem-config/default.nix
index 58831d2cc4ef..3c355d085760 100644
--- a/pkgs/development/ruby-modules/gem-config/default.nix
+++ b/pkgs/development/ruby-modules/gem-config/default.nix
@@ -354,6 +354,10 @@ in
     buildInputs = [ kerberos ];
   };
 
+  tiny_tds = attrs: {
+    nativeBuildInputs = [ pkgconfig openssl ];
+  };
+
   therubyracer = attrs: {
     buildFlags = [
       "--with-v8-dir=${v8}"