diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 481794c44a9..0bfe615c31b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1669,4 +1669,7 @@ self: super: { # test suite doesn't compile anymore due to changed hunit/tasty APIs fullstop = dontCheck super.fullstop; + # https://github.com/jgm/pandoc/issues/7163 + pandoc = dontCheck super.pandoc; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super