guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 70637242dbccc7aa7c8393c961b69040ef5dc9cd
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.
Change-Id: I60970703cd667ecebc7269ee84b596f7c345aa40
Signed-off-by: Sharlatan Hellseher <[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 289f17f49c..0354717d98 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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