guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit ef4e63252ae6054d0af49df026871d5473059a07
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Nov 2 02:22:21 2025 +0100
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.
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f833ab4cb..56b9badb13 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7463,7 +7463,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