diff --git a/pkgs/development/python-modules/pygit2/default.nix b/pkgs/development/python-modules/pygit2/default.nix index c2f96066c079..71589deae6f6 100644 --- a/pkgs/development/python-modules/pygit2/default.nix +++ b/pkgs/development/python-modules/pygit2/default.nix @@ -7,6 +7,7 @@ , fetchPypi , isPyPy , libgit2 +, pycparser , pytestCheckHook , pythonOlder }: @@ -33,6 +34,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ cached-property + pycparser ] ++ lib.optional (!isPyPy) [ cffi ];