python310Packages.pygit2: add missing input
This commit is contained in:
parent
a6d35e3b7c
commit
357ed68213
@ -7,6 +7,7 @@
|
||||
, fetchPypi
|
||||
, isPyPy
|
||||
, libgit2
|
||||
, pycparser
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
@ -33,6 +34,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cached-property
|
||||
pycparser
|
||||
] ++ lib.optional (!isPyPy) [
|
||||
cffi
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user