about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMarkus Hauck <markus1189@gmail.com>2021-01-10 09:33:34 +0100
committerMarkus Hauck <markus1189@gmail.com>2021-01-10 09:33:34 +0100
commit59d349ada212e9e382494a995f2d940effa44e77 (patch)
treebc631c41b0eb39d151f7d0fd5655680dc865d666 /pkgs/development/haskell-modules
parent8911c99c2f1bf44210be7ff35314430f02f0f33d (diff)
downloadnixlib-59d349ada212e9e382494a995f2d940effa44e77.tar
nixlib-59d349ada212e9e382494a995f2d940effa44e77.tar.gz
nixlib-59d349ada212e9e382494a995f2d940effa44e77.tar.bz2
nixlib-59d349ada212e9e382494a995f2d940effa44e77.tar.lz
nixlib-59d349ada212e9e382494a995f2d940effa44e77.tar.xz
nixlib-59d349ada212e9e382494a995f2d940effa44e77.tar.zst
nixlib-59d349ada212e9e382494a995f2d940effa44e77.zip
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. :tada:
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 6d4e16f83786..2dc8fc5e5137 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -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;
 }