haskellPackages.hevm: unbreak
This commit is contained in:
parent
b6cb88dd20
commit
3e71b42c3c
2 changed files with 3 additions and 1 deletions
|
@ -6251,7 +6251,6 @@ broken-packages:
|
|||
- heterolist
|
||||
- hetris
|
||||
- heukarya
|
||||
- hevm
|
||||
- hevolisa
|
||||
- hevolisa-dph
|
||||
- hex-text
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue