herwig: fix build by providing --with-boost (#441326)
Dmitry Kalinkin 3 months ago 24eb583c d670384e
··· 53 54 configureFlags = [ 55 "--with-thepeg=${thepeg}" 0 56 ]; 57 58 enableParallelBuilding = true;
··· 53 54 configureFlags = [ 55 "--with-thepeg=${thepeg}" 56 + "--with-boost=${lib.getDev boost}" 57 ]; 58 59 enableParallelBuilding = true;