From 59d349ada212e9e382494a995f2d940effa44e77 Mon Sep 17 00:00:00 2001 From: Markus Hauck Date: Sun, 10 Jan 2021 09:33:34 +0100 Subject: [PATCH] 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: --- pkgs/development/haskell-modules/configuration-nix.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 6d4e16f8378..2dc8fc5e513 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; }