herwig: fix build by providing --with-boost (#441326)

This commit is contained in:
Dmitry Kalinkin
2025-09-10 01:38:56 -04:00
committed by GitHub
parent d670384ed2
commit 24eb583cc9
+1
View File
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-thepeg=${thepeg}"
"--with-boost=${lib.getDev boost}"
];
enableParallelBuilding = true;