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 <rodrigo.arias@bsc.es>
This commit is contained in:
parent
73e30d20e9
commit
48d67ef6c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user