mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
pandoc: add overrides to fix build of the new 2.7 version
This commit is contained in:
parent
6e04ad9523
commit
9e1ef78162
@ -1219,8 +1219,11 @@ self: super: {
|
|||||||
|
|
||||||
# Use latest pandoc despite what LTS says.
|
# Use latest pandoc despite what LTS says.
|
||||||
# Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
|
# Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
|
||||||
pandoc = doDistribute (dontCheck super.pandoc_2_6);
|
pandoc = doDistribute super.pandoc_2_7;
|
||||||
pandoc-citeproc = self.pandoc-citeproc_0_16_1;
|
pandoc-citeproc = self.pandoc-citeproc_0_16_1_1;
|
||||||
|
skylighting = self.skylighting_0_7_7;
|
||||||
|
skylighting-core = self.skylighting-core_0_7_7;
|
||||||
|
texmath = self.texmath_0_11_2_1;
|
||||||
|
|
||||||
# https://github.com/qfpl/tasty-hedgehog/issues/24
|
# https://github.com/qfpl/tasty-hedgehog/issues/24
|
||||||
tasty-hedgehog = dontCheck super.tasty-hedgehog;
|
tasty-hedgehog = dontCheck super.tasty-hedgehog;
|
||||||
|
Loading…
Reference in New Issue
Block a user