vampire: enable parallel building
This commit is contained in:
parent
600abbedc9
commit
7353d8396d
@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
fixupPhase = ''
|
fixupPhase = ''
|
||||||
rm -rf z3
|
rm -rf z3
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user