nos-v: fix cross compilation

Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
Aleix Boné 2024-10-24 16:24:17 +02:00 committed by Rodrigo Arias Mallo
parent aa3f816388
commit e046363e52

View File

@ -44,9 +44,11 @@ in
dontStrip = true; dontStrip = true;
separateDebugInfo = true; separateDebugInfo = true;
configureFlags = [ "--with-ovni=${ovni}" ]; configureFlags = [ "--with-ovni=${ovni}" ];
buildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
pkg-config pkg-config
];
buildInputs = [
numactl numactl
hwloc hwloc
ovni ovni