nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.xcffib: fix cross-compilation

authored by

legendofmiracles and committed by
Jonathan Ringer
0fe2522f 49cbdcff

+2
+2
pkgs/development/python-modules/xcffib/default.nix
··· 23 23 24 24 propagatedBuildInputs = [ cffi six ]; 25 25 26 + propagatedNativeBuildInputs = [ cffi ]; 27 + 26 28 checkInputs = [ nose ]; 27 29 28 30 pythonImportsCheck = [ "xcffib" ];