Merge pull request #223 from phile314/ovr_mysql

mysqlclient: Add missing native library dependency
This commit is contained in:
adisbladis 2021-02-02 12:25:03 +01:00 committed by GitHub
commit 93bda86ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -561,6 +561,12 @@ self: super:
}
);
mysqlclient = super.mysqlclient.overridePythonAttrs (
old: {
buildInputs = old.buildInputs ++ [ pkgs.libmysqlclient ];
}
);
netcdf4 = super.netcdf4.overridePythonAttrs (
old: {
buildInputs = old.buildInputs ++ [