python3Packages.pygit2: fix cross-compilation

This commit is contained in:
legendofmiracles
2021-10-29 14:42:15 -07:00
committed by Jonathan Ringer
parent bcae2af56c
commit 4242f3f197
@@ -21,6 +21,8 @@ buildPythonPackage rec {
cached-property
] ++ lib.optional (!isPyPy) cffi;
propagatedNativeBuildInputs = lib.optional (!isPyPy) cffi;
checkInputs = [ pytestCheckHook ];
preCheck = ''