haskellPackages.hevm: unbreak

This commit is contained in:
Artur Cygan
2020-12-04 21:19:46 +01:00
committed by Peter Simons
parent b6cb88dd20
commit 3e71b42c3c
2 changed files with 3 additions and 1 deletions
@@ -830,4 +830,7 @@ self: super: builtins.intersectAttrs super {
export HOME=$TMPDIR
'';
});
# tests depend on a specific version of solc
hevm = dontCheck (doJailbreak super.hevm);
}