mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pypandoc: Upgrade to 1.7.5.
The tests of python-pypandoc 1.6.5 fail; these are fixed in 1.7.5:
6670e906dc
The tests of later versions of python-pypandoc also fail though:
https://github.com/JessicaTegner/pypandoc/pull/327
Finally, python-pypandoc requires the pandoc data to be embeded in
the binary:
https://github.com/jgm/pandoc/blob/main/INSTALL.md#creating-a-relocatable-binary
* gnu/packages/python-xyz.scm (python-pypandoc): Upgrade to 1.7.5
* gnu/packages/haskel-xyz.scm (pandoc): Embed data files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6a23ef814a
commit
2120c768f2
2 changed files with 6 additions and 3 deletions
|
@ -8315,6 +8315,9 @@ provided for those who need a drop-in replacement for Markdown.pl.")
|
|||
(name "pandoc")
|
||||
(arguments
|
||||
(list
|
||||
;; Create entirely self-contained binary by embedding the data files
|
||||
;; in the binary itself. Required for python-pypandoc.
|
||||
#:configure-flags #~(list "-fembed_data_files")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'register 'remove-libraries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue