mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
haskell-pandoc-citeproc: update override for the new version
This commit is contained in:
parent
bbf5431865
commit
54258e459f
1 changed files with 1 additions and 1 deletions
|
@ -1220,7 +1220,7 @@ self: super: {
|
|||
# Use latest pandoc despite what LTS says.
|
||||
# Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
|
||||
pandoc = doDistribute super.pandoc_2_7;
|
||||
pandoc-citeproc = self.pandoc-citeproc_0_16_1_2;
|
||||
pandoc-citeproc = self.pandoc-citeproc_0_16_1_3;
|
||||
|
||||
# https://github.com/qfpl/tasty-hedgehog/issues/24
|
||||
tasty-hedgehog = dontCheck super.tasty-hedgehog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue