python310Packages.pygit2: add missing input
This commit is contained in:
parent
a6d35e3b7c
commit
357ed68213
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue