Commit 936db422 authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

add defaultConfig for mysql ruby gem

The mysql gem needs the same libraries as the mysql2 gem.
parent 5ee9bab3
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 ];
  };