Merge pull request #108470 from markus1189/threadscope-jailbreak

haskellPackages.threadscope: jailbreak to fix build
This commit is contained in:
Dennis Gosnell 2021-01-08 15:39:17 +09:00 committed by GitHub
commit c871aec2a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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