Fix strictDeps sonar

This commit is contained in:
Aleix Boné 2025-07-23 11:31:21 +02:00
parent 4eb8e2bada
commit e3faa29477
No known key found for this signature in database

View File

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