python3Packages.xcffib: fix cross-compilation

This commit is contained in:
legendofmiracles 2021-10-19 22:52:38 -06:00 committed by Jonathan Ringer
parent 49cbdcff91
commit 0fe2522fd2

View file

@ -23,6 +23,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cffi six ];
propagatedNativeBuildInputs = [ cffi ];
checkInputs = [ nose ];
pythonImportsCheck = [ "xcffib" ];