python310Packages.pygit2: add missing input

This commit is contained in:
Fabian Affolter 2022-05-26 01:09:32 +02:00 committed by GitHub
parent a6d35e3b7c
commit 357ed68213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
, fetchPypi
, isPyPy
, libgit2
, pycparser
, pytestCheckHook
, pythonOlder
}:
@ -33,6 +34,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
cached-property
pycparser
] ++ lib.optional (!isPyPy) [
cffi
];