python3Packages.xcffib: fix cross-compilation
This commit is contained in:
parent
49cbdcff91
commit
0fe2522fd2
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ cffi six ];
|
||||
|
||||
propagatedNativeBuildInputs = [ cffi ];
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
||||
pythonImportsCheck = [ "xcffib" ];
|
||||
|
|
Loading…
Reference in a new issue