mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
add defaultConfig for mysql ruby gem
The mysql gem needs the same libraries as the mysql2 gem.
This commit is contained in:
parent
5ee9bab301
commit
936db422f9
@ -89,6 +89,10 @@ in
|
||||
msgpack = attrs: {
|
||||
buildInputs = [ libmsgpack ];
|
||||
};
|
||||
|
||||
mysql = attrs: {
|
||||
buildInputs = [ mysql.lib zlib openssl ];
|
||||
};
|
||||
|
||||
mysql2 = attrs: {
|
||||
buildInputs = [ mysql.lib zlib openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user