pythonPackages.uvloop: set LIBUV_CONFIGURE_HOST to hostPlatform

This commit is contained in:
Nick Cao
2021-12-27 17:04:10 +08:00
parent 8d2ea10d45
commit 54459eb87c
@@ -38,6 +38,8 @@ buildPythonPackage rec {
psutil
];
LIBUV_CONFIGURE_HOST = stdenv.hostPlatform.config;
pytestFlagsArray = [
# from pytest.ini, these are NECESSARY to prevent failures
"--capture=no"