From 0e2516bd58d4479904f3c12feb5b9138a09d30f1 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 2 Nov 2025 02:22:21 +0100 Subject: [PATCH] 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 --- 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 289f17f49cc..0354717d98b 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