mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: yelp-tools: Switch to python-lxml-for-texlive.
This allows to decouple the pyproject-build-system for texlive-bin and consequentially the whole world. * gnu/packages/gnome.scm (yelp-tools)[native-inputs]: Replace python-lxml by python-lxml-for-texlive. Change-Id: I60970703cd667ecebc7269ee84b596f7c345aa40 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
054d771207
commit
0e2516bd58
1 changed files with 1 additions and 1 deletions
|
|
@ -7464,7 +7464,7 @@ freedesktop.org help system specification.")
|
|||
(arguments
|
||||
(list #:configure-flags #~'("-Dhelp=true")))
|
||||
(native-inputs
|
||||
(list gettext-minimal pkg-config python python-lxml))
|
||||
(list gettext-minimal pkg-config python python-lxml-for-texlive))
|
||||
(inputs
|
||||
(list yelp-xsl))
|
||||
(propagated-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue