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
, lib
, automake
, autoconf
, libtool
, fetchFromGitHub
, pkg-config
, perl
, numactl
, hwloc
, papi
, boost
, autoreconfHook
, ovni
@ -71,9 +67,6 @@ in
nativeBuildInputs = [
autoreconfHook
autoconf
automake
libtool
pkg-config
];
@ -81,7 +74,6 @@ in
boost
numactl
hwloc
papi
nosv
ovni
];