mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
pandoc: Enable distribution to fix master eval
This commit is contained in:
parent
7226ab9084
commit
dcdba11ac9
@ -1225,7 +1225,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 = dontCheck super.pandoc_2_6;
|
||||
pandoc = doDistribute (dontCheck super.pandoc_2_6);
|
||||
pandoc-citeproc = self.pandoc-citeproc_0_16_1;
|
||||
|
||||
# https://github.com/qfpl/tasty-hedgehog/issues/24
|
||||
|
Loading…
Reference in New Issue
Block a user