1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

Merge pull request #152327 from NickCao/python-uvloop

pythonPackages.uvloop: set LIBUV_CONFIGURE_HOST to hostPlatform
This commit is contained in:
Guillaume Girol 2022-01-01 22:33:18 +00:00 committed by GitHub
commit b56a2ff0d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"