Unverified Commit 357ed682 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.pygit2: add missing input

parent a6d35e3b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, fetchPypi
, isPyPy
, libgit2
, pycparser
, pytestCheckHook
, pythonOlder
}:
@@ -33,6 +34,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    cached-property
    pycparser
  ] ++ lib.optional (!isPyPy) [
    cffi
  ];