From 42001ce06b66d7a5db59ca97fe702022c2058360 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 20:59:30 +0100 Subject: [PATCH] haskellPackages.threadscope: add TODO This can probably be removed by now, but can't confirm due to failing build of gtk on staging. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7b02d5a743cf..d20b1c3a757e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -378,6 +378,7 @@ self: super: { ] super.gitit; # 2024-03-10: Maintainance stalled, fixes unmerged: https://github.com/haskell/ThreadScope/pull/130 + # TODO: Confirm whether this can be removed once gtk is fixed on staging. threadscope = overrideCabal (drv: { prePatch = drv.prePatch or "" + '' ${pkgs.buildPackages.dos2unix}/bin/dos2unix *.cabal