vampire: enable parallel building

This commit is contained in:
Will Dietz 2018-07-05 10:13:40 -05:00
parent 600abbedc9
commit 7353d8396d

View file

@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
})
];
enableParallelBuilding = true;
fixupPhase = ''
rm -rf z3
'';