haskellPackages.threadscope: Remove jailbreak after package update
Thanks to a new release (https://github.com/haskell/ThreadScope/pull/116) threadscope can now be built without jailbreak. 🎉
This commit is contained in:
parent
8911c99c2f
commit
59d349ada2
@ -798,7 +798,4 @@ self: super: builtins.intersectAttrs super {
|
|||||||
|
|
||||||
# tests depend on a specific version of solc
|
# tests depend on a specific version of solc
|
||||||
hevm = dontCheck (doJailbreak super.hevm);
|
hevm = dontCheck (doJailbreak super.hevm);
|
||||||
|
|
||||||
# waiting for https://github.com/haskell/ThreadScope/pull/115
|
|
||||||
threadscope = doJailbreak super.threadscope;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user