Drop obsolete override for pandoc; the test suite has been fixed.
This commit is contained in:
parent
5abc9ec3a0
commit
51dd1502bb
@ -1377,11 +1377,6 @@ self: super: {
|
|||||||
# jailbreaking pandoc-citeproc because it has not bumped upper bound on pandoc
|
# jailbreaking pandoc-citeproc because it has not bumped upper bound on pandoc
|
||||||
pandoc-citeproc = doJailbreak super.pandoc-citeproc;
|
pandoc-citeproc = doJailbreak super.pandoc-citeproc;
|
||||||
|
|
||||||
# 2021-01-17: Tests are broken because of a version mismatch.
|
|
||||||
# See here: https://github.com/jgm/pandoc/issues/7035
|
|
||||||
# This problem is fixed on master. Remove override when this assert fails.
|
|
||||||
pandoc = assert super.pandoc.version == "2.11.3.2"; dontCheck super.pandoc;
|
|
||||||
|
|
||||||
# The test suite attempts to read `/etc/resolv.conf`, which doesn't work in the sandbox.
|
# The test suite attempts to read `/etc/resolv.conf`, which doesn't work in the sandbox.
|
||||||
domain-auth = dontCheck super.domain-auth;
|
domain-auth = dontCheck super.domain-auth;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user