flint: set enableParallelBuilding = true
This commit is contained in:
parent
b6966d911d
commit
a48bc3cc89
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
|||
"--with-blas=${openblas}"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue