Skip to content

Commit

Permalink
python.pkgs.mysqlclient: fix build
Browse files Browse the repository at this point in the history
fallout of #54182
fixes #57263

(cherry picked from commit ea7885f)
  • Loading branch information
Robert Schütz committed Mar 18, 2019
1 parent 57e067f commit 0dd99c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/mysqlclient/default.nix
Expand Up @@ -4,6 +4,10 @@ buildPythonPackage rec {
pname = "mysqlclient";
version = "1.4.2.post1";

nativeBuildInputs = [
mysql.connector-c
];

buildInputs = [
mysql.connector-c
];
Expand Down

0 comments on commit 0dd99c0

Please sign in to comment.