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;
separateDebugInfo = true;
configureFlags = [ "--with-ovni=${ovni}" ];
buildInputs = [
nativeBuildInputs = [
autoreconfHook
pkg-config
];
buildInputs = [
numactl
hwloc
ovni