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
|
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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user