Fix strictDeps sonar

This commit is contained in:
2025-07-23 11:31:21 +02:00
committed by Aleix Boné
parent 1fee034d1c
commit d87548dc35

View File

@@ -18,8 +18,12 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "all" ];
dontStrip = true;
configureFlags = [ "--with-ovni=${ovni}" ];
buildInputs = [
nativeBuildInputs = [
autoreconfHook
];
buildInputs = [
ovni
mpi
];