Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.pycares: fix cross-compilation

authored by

legendofmiracles and committed by
Jonathan Ringer
b045be89 1cb01121

+4
+4
pkgs/development/python-modules/pycares/default.nix
··· 24 24 idna 25 25 ]; 26 26 27 + propagatedNativeBuildInputs = [ 28 + cffi 29 + ]; 30 + 27 31 # Requires network access 28 32 doCheck = false; 29 33