rPackages.cubature: disable parallel building
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user