From 3221ca8be04f47d408c77b4f33c0fc84e61af798 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 13 Jul 2023 15:59:27 +0800 Subject: [PATCH] python3Packages.allpairspy: move setuptools to nativeBuildInputs, fix cross compilation --- pkgs/development/python-modules/allpairspy/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/allpairspy/default.nix b/pkgs/development/python-modules/allpairspy/default.nix index 351ff745373f..31bc1229e2ba 100644 --- a/pkgs/development/python-modules/allpairspy/default.nix +++ b/pkgs/development/python-modules/allpairspy/default.nix @@ -17,9 +17,12 @@ buildPythonPackage rec { hash = "sha256-0wzoQDHB7Tt80ZTlKrNxFutztsgUuin5D2eb80c4PBI="; }; + nativeBuildInputs = [ + setuptools + ]; + nativeCheckInputs = [ pytestCheckHook - setuptools ]; pythonImportsCheck = [