diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4954e5b01c9..c0d231616d9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -851,9 +851,6 @@ self: super: { # https://github.com/DanielG/cabal-helper/issues/2 cabal-helper = overrideCabal super.cabal-helper (drv: { preCheck = "export HOME=$TMPDIR"; }); - # https://github.com/jgm/gitit/issues/494 - gitit = markBroken super.gitit; - # https://github.com/ekmett/comonad/issues/25 comonad = dontCheck super.comonad;