mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
python3Packages.pygit2: fix cross-compilation
This commit is contained in:
parent
bcae2af56c
commit
4242f3f197
|
@ -21,6 +21,8 @@ buildPythonPackage rec {
|
|||
cached-property
|
||||
] ++ lib.optional (!isPyPy) cffi;
|
||||
|
||||
propagatedNativeBuildInputs = lib.optional (!isPyPy) cffi;
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue