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:
parent
64334a7b64
commit
f382de263b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue