Commit ce40aa44 authored by Graham Christensen's avatar Graham Christensen Committed by GitHub
Browse files

Merge pull request #20140 from ryantm/patch-5

add defaultConfig for mysql ruby gem
parents 229bac0d 936db422
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -90,6 +90,10 @@ in
    buildInputs = [ libmsgpack ];
  };
  
  mysql = attrs: {
    buildInputs = [ mysql.lib zlib openssl ];
  };

  mysql2 = attrs: {
    buildInputs = [ mysql.lib zlib openssl ];
  };