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