diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a7b72fa7f9a0..49774ab2738d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -680,11 +680,8 @@ self: super: { # https://github.com/junjihashimoto/test-sandbox-compose/issues/2 test-sandbox-compose = dontCheck super.test-sandbox-compose; - # https://github.com/jgm/pandoc/issues/2156 - pandoc = overrideCabal (dontJailbreak super.pandoc) (drv: { - doCheck = false; # https://github.com/jgm/pandoc/issues/2036 - patchPhase = "sed -i -e 's|zlib .*,|zlib,|' -e 's|QuickCheck .*,|QuickCheck,|' pandoc.cabal"; - }); + # https://github.com/jgm/pandoc/issues/2036 + pandoc = dontCheck super.pandoc; # Broken by GLUT update. Monadius = markBroken super.Monadius;