Archived
1
0
forked from rarias/bscpkgs

Fix strictDeps paraver

This commit is contained in:
2025-07-23 11:26:25 +02:00
parent ae5345ea62
commit b63528025d
3 changed files with 15 additions and 9 deletions

View File

@@ -44,14 +44,17 @@ stdenv.mkDerivation rec {
"--enable-openmp"
];
buildInputs = [
nativeBuildInputs = [
autoreconfHook
boost
libxml2.dev
xml2
autoconf
automake
pkg-config
];
buildInputs = [
boost
libxml2.dev
xml2
zlib
];
}