summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-12-18 11:37:17 +0100
committerPeter Simons <simons@cryp.to>2020-12-18 20:27:53 +0100
commitb04e3e913fb59bc2158061eda13d92ec81793133 (patch)
tree9416e6636a6d3af9231322b158950f113ec38906
parentf75e9bb4f12a227b4c849e3dcdd6d5b3b78c5d9f (diff)
pandoc: bump the versions of the dependencies to fix the build
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 6eeed93d3757..f84b8d057594 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1529,4 +1529,9 @@ self: super: {
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
pandoc-include-code = doJailbreak super.pandoc-include-code;
+ # 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;
+
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super