pkgs.haskellPackages.gitit: unmark as broken

This commit is contained in:
Edward Tjörnhammar 2015-06-22 20:10:15 +02:00
parent ed9dc1fd9e
commit da7355e562

View File

@ -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;