mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
python3Packages.xcffib: fix cross-compilation
This commit is contained in:
parent
49cbdcff91
commit
0fe2522fd2
@ -23,6 +23,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ cffi six ];
|
||||
|
||||
propagatedNativeBuildInputs = [ cffi ];
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
||||
pythonImportsCheck = [ "xcffib" ];
|
||||
|
Loading…
Reference in New Issue
Block a user