haskellPackages.threadscope: jailbreak to fix build

This commit is contained in:
Markus Hauck 2021-01-05 12:57:42 +01:00
parent c6bed7e078
commit d812bb9bb2
2 changed files with 3 additions and 1 deletions

View File

@ -10584,7 +10584,6 @@ broken-packages:
- Thingie
- thorn
- threadmanager
- threadscope
- threepenny-editors
- threepenny-gui-contextmenu
- threepenny-gui-flexbox

View File

@ -808,4 +808,7 @@ 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;
}