python3Packages.pycares: fix cross-compilation
This commit is contained in:
committed by
Jonathan Ringer
parent
1cb011217d
commit
b045be8994
@@ -24,6 +24,10 @@ buildPythonPackage rec {
|
||||
idna
|
||||
];
|
||||
|
||||
propagatedNativeBuildInputs = [
|
||||
cffi
|
||||
];
|
||||
|
||||
# Requires network access
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user