From ab86243a076aa2d8bfc0c4605a664efd32d982a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Thu, 23 Oct 2025 12:04:06 +0200 Subject: [PATCH] Add missing which in nodes checkPhase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When enabling checks, the build log is polluted with errors. Reviewed-by: Rodrigo Arias Mallo Tested-by: Aleix Boné --- pkgs/nodes/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/nodes/default.nix b/pkgs/nodes/default.nix index 989a146..7d0086c 100644 --- a/pkgs/nodes/default.nix +++ b/pkgs/nodes/default.nix @@ -3,7 +3,6 @@ , lib , fetchFromGitHub , pkg-config -, perl , numactl , hwloc , boost @@ -11,6 +10,7 @@ , ovni , nosv , clangOmpss2 +, which , useGit ? false , gitUrl ? "ssh://git@gitlab-internal.bsc.es/nos-v/nodes.git" , gitBranch ? "master" @@ -59,6 +59,7 @@ in doCheck = false; nativeCheckInputs = [ clangOmpss2 + which ]; # The "bindnow" flags are incompatible with ifunc resolution mechanism. We