mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Add libmysqlclient to mysqlclient nativeBuildInputs
This commit is contained in:
parent
e9c1b33aab
commit
64b120159b
1 changed files with 1 additions and 0 deletions
|
@ -672,6 +672,7 @@ self: super:
|
||||||
|
|
||||||
mysqlclient = super.mysqlclient.overridePythonAttrs (
|
mysqlclient = super.mysqlclient.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
|
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.libmysqlclient ];
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.libmysqlclient ];
|
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.libmysqlclient ];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue