python3Packages.pygit2: fix cross-compilation

This commit is contained in:
legendofmiracles
2021-10-19 21:58:50 -06:00
committed by Jonathan Ringer
parent bcae2af56c
commit 4242f3f197

View File

@@ -21,6 +21,8 @@ buildPythonPackage rec {
cached-property
] ++ lib.optional (!isPyPy) cffi;
propagatedNativeBuildInputs = lib.optional (!isPyPy) cffi;
checkInputs = [ pytestCheckHook ];
preCheck = ''