pythonPackages.uvloop: set LIBUV_CONFIGURE_HOST to hostPlatform
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user