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:
parent
48d67ef6c2
commit
73550ad5a9
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user