pandoc: switch to latest version despite LTS 13.x recommendations

The 2.5.x version no longer passes its test suite with recent versions of its
dependencies.
This commit is contained in:
Peter Simons 2019-02-13 09:47:29 +01:00
parent 64334a7b64
commit f382de263b

View file

@ -1223,4 +1223,8 @@ self: super: {
})];
});
# Use latest pandoc despite what LTS says.
pandoc = self.pandoc_2_6;
pandoc-citeproc = self.pandoc-citeproc_0_16_0_2;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super