From 101c02c3e7303a74b9ad348ba2fc5809aeffef32 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 1 Jan 2021 20:38:18 +0100 Subject: [PATCH] pandoc: drop obsolete overrides The latest versions of doctemplates and skylighting are now the default. --- pkgs/development/haskell-modules/configuration-common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ea66efa0206..b1b93fd4231 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1531,11 +1531,6 @@ self: super: { # https://github.com/jgm/pandoc/issues/6961 pandoc = dontCheck super.pandoc; - # Update pandoc dependencies to fix the build. - doctemplates = self.doctemplates_0_9; - skylighting = self.skylighting_0_10_2; - skylighting-core = self.skylighting-core_0_10_2; - # https://github.com/yesodweb/yesod/issues/1714 yesod-core = dontCheck super.yesod-core;