summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/gem-config
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-07-09 17:43:03 +0200
committerRobin Gloster <mail@glob.in>2017-12-29 02:18:35 +0100
commitee1c85aee9ebbfc76c6fed31a868e4082e4bad13 (patch)
treec5f1e90aa32da5c1502711f22845c8e22d1100c6 /pkgs/development/ruby-modules/gem-config
parent9265012de647750d64e40c07bcc5ee6ccc56da6d (diff)
downloadnixlib-ee1c85aee9ebbfc76c6fed31a868e4082e4bad13.tar
nixlib-ee1c85aee9ebbfc76c6fed31a868e4082e4bad13.tar.gz
nixlib-ee1c85aee9ebbfc76c6fed31a868e4082e4bad13.tar.bz2
nixlib-ee1c85aee9ebbfc76c6fed31a868e4082e4bad13.tar.lz
nixlib-ee1c85aee9ebbfc76c6fed31a868e4082e4bad13.tar.xz
nixlib-ee1c85aee9ebbfc76c6fed31a868e4082e4bad13.tar.zst
nixlib-ee1c85aee9ebbfc76c6fed31a868e4082e4bad13.zip
mariadb: lib -> connector-c
Diffstat (limited to 'pkgs/development/ruby-modules/gem-config')
-rw-r--r--pkgs/development/ruby-modules/gem-config/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ruby-modules/gem-config/default.nix b/pkgs/development/ruby-modules/gem-config/default.nix
index 05415b889680..bbb7b4400a72 100644
--- a/pkgs/development/ruby-modules/gem-config/default.nix
+++ b/pkgs/development/ruby-modules/gem-config/default.nix
@@ -167,11 +167,11 @@ in
   };
 
   mysql = attrs: {
-    buildInputs = [ mysql.lib zlib openssl ];
+    buildInputs = [ mysql.connector-c zlib openssl ];
   };
 
   mysql2 = attrs: {
-    buildInputs = [ mysql.lib zlib openssl ];
+    buildInputs = [ mysql.connector-c zlib openssl ];
   };
 
   ncursesw = attrs: {