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";
|
pname = "mysqlclient";
|
||||||
version = "1.4.2.post1";
|
version = "1.4.2.post1";
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
mysql.connector-c
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
mysql.connector-c
|
mysql.connector-c
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user