3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.pandoc-crossref: allow pandoc 2.19

Clean up override for broken & deprecated pandoc-citeproc.
This commit is contained in:
sternenseemann 2022-06-01 11:47:09 +02:00
parent 68b515131f
commit 1e9aa74229

View file

@ -1515,8 +1515,9 @@ self: super: {
liquidhaskell = super.liquidhaskell.override { Diff = self.Diff_0_3_4; };
Diff_0_3_4 = dontCheck super.Diff_0_3_4;
# jailbreaking pandoc-citeproc because it has not bumped upper bound on pandoc
pandoc-citeproc = doJailbreak super.pandoc-citeproc;
# jailbreaking pandoc-crossref because it has not bumped its upper bound on pandoc
# https://github.com/lierdakil/pandoc-crossref/issues/350
pandoc-crossref = doJailbreak super.pandoc-crossref;
# The test suite attempts to read `/etc/resolv.conf`, which doesn't work in the sandbox.
domain-auth = dontCheck super.domain-auth;