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:
@@ -4,6 +4,10 @@ buildPythonPackage rec {
|
||||
pname = "mysqlclient";
|
||||
version = "1.4.2.post1";
|
||||
|
||||
nativeBuildInputs = [
|
||||
mysql.connector-c
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
mysql.connector-c
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user