python3Packages.pygit2: fix cross-compilation
This commit is contained in:
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 = ''
|
||||
|
||||
Reference in New Issue
Block a user