pythonPackages.uvloop: set LIBUV_CONFIGURE_HOST to hostPlatform

This commit is contained in:
Nick Cao 2021-12-26 21:14:19 +08:00
parent 8d2ea10d45
commit 54459eb87c
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1

View File

@ -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"