herwig: fix build by providing --with-boost (#441326)
This commit is contained in:
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--with-thepeg=${thepeg}"
|
||||
"--with-boost=${lib.getDev boost}"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
Reference in New Issue
Block a user