From 933460bf46c642f1a5aafe59e7fbdeb2b41db019 Mon Sep 17 00:00:00 2001 From: legendofmiracles Date: Tue, 19 Oct 2021 20:59:22 -0600 Subject: [PATCH] python3Packages.brotlipy: fix cross-compilation --- pkgs/development/python-modules/brotlipy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/brotlipy/default.nix b/pkgs/development/python-modules/brotlipy/default.nix index f914d2d6c97c..2cc918b288ce 100644 --- a/pkgs/development/python-modules/brotlipy/default.nix +++ b/pkgs/development/python-modules/brotlipy/default.nix @@ -19,6 +19,8 @@ buildPythonPackage rec { propagatedBuildInputs = [ cffi enum34 construct ]; + propagatedNativeBuildInputs = [ cffi ]; + checkInputs = [ pytest hypothesis ]; checkPhase = ''