From da7355e562d79d23b10f32766b69e1b05eda5d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edward=20Tj=C3=B6rnhammar?= Date: Mon, 22 Jun 2015 20:10:15 +0200 Subject: [PATCH] pkgs.haskellPackages.gitit: unmark as broken --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) 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;