guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit afea0b1e08f46af5dd4387097f11f89dc4a5a8f6
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 a0da9e8322..f2751f8f10 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7465,7 +7465,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

Reply via email to