From 48d67ef6c2c7587f2e0588f4f43f45d30d2d4437 Mon Sep 17 00:00:00 2001 From: Aleix Roca Nonell Date: Tue, 12 Nov 2024 16:49:38 +0100 Subject: [PATCH] Fix NODES native dependencies Move NODES build tools to nativeBuildInputs. This is needed for cross-compilation, given that build tools must much the build system. Reviewed-by: Rodrigo Arias Mallo --- pkgs/nodes/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/nodes/default.nix b/pkgs/nodes/default.nix index f4fd991..d4c9bc6 100644 --- a/pkgs/nodes/default.nix +++ b/pkgs/nodes/default.nix @@ -69,12 +69,15 @@ in # disable all by default, which includes bindnow. hardeningDisable = [ "all" ]; - buildInputs = [ + nativeBuildInputs = [ autoreconfHook autoconf automake libtool pkg-config + ]; + + buildInputs = [ boost numactl hwloc