python.pkgs.mysqlclient: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182 fixes https://github.com/NixOS/nixpkgs/issues/57263
This commit is contained in:
parent
8ec6905aae
commit
ea7885fd7a
@ -4,6 +4,10 @@ buildPythonPackage rec {
|
||||
pname = "mysqlclient";
|
||||
version = "1.4.2.post1";
|
||||
|
||||
nativeBuildInputs = [
|
||||
mysql.connector-c
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
mysql.connector-c
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user