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:
Markus Hauck 2021-01-10 09:33:34 +01:00
parent 8911c99c2f
commit 59d349ada2

View File

@ -798,7 +798,4 @@ self: super: builtins.intersectAttrs super {
# tests depend on a specific version of solc
hevm = dontCheck (doJailbreak super.hevm);
# waiting for https://github.com/haskell/ThreadScope/pull/115
threadscope = doJailbreak super.threadscope;
}