dependencies: don't require full mysql lib for the driver. Reduces installation by ~100MB !!
This commit is contained in:
parent
bed73e3d2e
commit
b0e80a5e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ self: super: {
|
|||
pkgs.openssl
|
||||
];
|
||||
propagatedBuildInputs = attrs.propagatedBuildInputs ++ [
|
||||
pkgs.mysql.lib
|
||||
pkgs.libmysql
|
||||
pkgs.zlib
|
||||
];
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue