Archived
1
0
forked from rarias/bscpkgs

Fix strictDeps sonar

This commit is contained in:
2025-07-23 11:31:21 +02:00
parent 25504c4f98
commit 465a9805aa

View File

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