Remove unneeded NODES dependencies

The autoreconfHook helper already provides autotools binaries. Also NODES
no longer uses papi.

Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
Aleix Roca Nonell 2024-11-12 16:49:39 +01:00 committed by Rodrigo Arias Mallo
parent 48d67ef6c2
commit 73550ad5a9

View File

@ -1,15 +1,11 @@
{ {
stdenv stdenv
, lib , lib
, automake
, autoconf
, libtool
, fetchFromGitHub , fetchFromGitHub
, pkg-config , pkg-config
, perl , perl
, numactl , numactl
, hwloc , hwloc
, papi
, boost , boost
, autoreconfHook , autoreconfHook
, ovni , ovni
@ -71,9 +67,6 @@ in
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
autoconf
automake
libtool
pkg-config pkg-config
]; ];
@ -81,7 +74,6 @@ in
boost boost
numactl numactl
hwloc hwloc
papi
nosv nosv
ovni ovni
]; ];