vampire: enable parallel building
This commit is contained in:
parent
600abbedc9
commit
7353d8396d
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
fixupPhase = ''
|
||||
rm -rf z3
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue