rPackages.cubature: disable parallel building

This commit is contained in:
Justin Bedo
2024-05-31 16:23:46 +10:00
parent c56c1481e0
commit a227067e03
+4
View File
@@ -1355,6 +1355,10 @@ let
];
});
cubature = old.cubature.overrideAttrs (attrs: {
enableParallelBuilding = false;
});
RVowpalWabbit = old.RVowpalWabbit.overrideAttrs (attrs: {
configureFlags = [
"--with-boost=${pkgs.boost.dev}" "--with-boost-libdir=${pkgs.boost.out}/lib"