mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #223 from phile314/ovr_mysql
mysqlclient: Add missing native library dependency
This commit is contained in:
commit
93bda86ac3
1 changed files with 6 additions and 0 deletions
|
@ -561,6 +561,12 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
mysqlclient = super.mysqlclient.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs ++ [ pkgs.libmysqlclient ];
|
||||
}
|
||||
);
|
||||
|
||||
netcdf4 = super.netcdf4.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs ++ [
|
||||
|
|
Loading…
Add table
Reference in a new issue