Merge remote-tracking branch 'origin/master' into core-updates-frozen.

This commit is contained in:
Mathieu Othacehe 2021-10-12 16:50:47 +00:00
commit a1eca979fb
No known key found for this signature in database
GPG key ID: 8354763531769CA6
307 changed files with 24852 additions and 48445 deletions

View file

@ -1151,18 +1151,10 @@ structure. Supports custom object formatting via plugins.")
"03a11clhycyn0jhc7g9davpqd83sn60jqwjy1y145ag9sq6sp935"))))
(build-system ruby-build-system)
(arguments
`(#:phases
`(#:tests? #f ; Disable tests since they depend on pandoc behavior
; and there are no upstream releases.
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests
;; TODO: Remove this phase after ghc-pandoc gets upgraded to 2.9.2+
;; (see: https://github.com/xwmx/pandoc-ruby/issues/39).
(lambda _
(substitute* "test/test_conversions.rb"
(("next if from == to.*" all)
(string-append
all
" next if ['plain', 'beamer'].include? to\n")))
#t))
(add-after 'unpack 'patch-pandoc-path
(lambda* (#:key inputs #:allow-other-keys)
(let ((pandoc (search-input-file inputs "/bin/pandoc")))