From 54459eb87c2830e9a29fae53e75eaa9708f6a657 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 26 Dec 2021 21:14:19 +0800 Subject: [PATCH] pythonPackages.uvloop: set LIBUV_CONFIGURE_HOST to hostPlatform --- pkgs/development/python-modules/uvloop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/uvloop/default.nix b/pkgs/development/python-modules/uvloop/default.nix index c7e11ab6c258..41a0972a3155 100644 --- a/pkgs/development/python-modules/uvloop/default.nix +++ b/pkgs/development/python-modules/uvloop/default.nix @@ -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"