mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pypandoc: Fix build.
* gnu/packages/python-xyz.scm (python-pypandoc): Fix build. [native-inputs]: Add python-setuptools. [home-page]: Follow redirect. Signed-off-by: jgart <jgart@dismail.de> Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
This commit is contained in:
parent
3e92082463
commit
5f97c07540
1 changed files with 8 additions and 4 deletions
|
@ -33730,12 +33730,16 @@ By default it uses the open Python vulnerability database Safety DB.")
|
|||
"skip_test_conversion_with_data_files")) #t)))))
|
||||
;; Ideally, we would supersede texlive-xpatch with texlive-regexpatch once
|
||||
;; the missing etoolbox.sty file is added
|
||||
(native-inputs (list python-poetry-core
|
||||
(texlive-updmap.cfg (list texlive-xpatch texlive-lm
|
||||
texlive-xcolor))))
|
||||
(native-inputs
|
||||
(list (texlive-updmap.cfg
|
||||
(list texlive-xpatch texlive-lm
|
||||
texlive-xcolor))
|
||||
python-pip
|
||||
python-poetry-core
|
||||
python-setuptools))
|
||||
(inputs (list pandoc python-pandocfilters))
|
||||
(propagated-inputs (list python-wheel))
|
||||
(home-page "https://github.com/bebraw/pypandoc")
|
||||
(home-page "https://github.com/JessicaTegner/pypandoc")
|
||||
(synopsis "Python wrapper for pandoc")
|
||||
(description "pypandoc is a thin Python wrapper around pandoc
|
||||
and pandoc-citeproc.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue