From 7e5d0624f31c1cd130d1838914be0bfa63ef5df7 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 3 Oct 2025 12:02:35 +0900 Subject: [PATCH] gnu: libxslt: Add TODOs for progating libxml2. * gnu/packages/xml.scm (libxslt): Add TODO comments. Change-Id: Ib192ea24f131b06dc44fa57f1cbc999c3585a19c --- gnu/packages/xml.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index f3332ba4e4d83ab4bfc2c5544ae9348de5fe486f..e587fcaa0d6a7e54cf2e8710c7cb6a2530e8c9e6 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -377,14 +377,15 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.") #~'()))) (home-page "http://xmlsoft.org/XSLT/index.html") (synopsis "C library for applying XSLT stylesheets to XML documents") + (native-inputs (list pkg-config)) (inputs (list libgcrypt - libxml2 + libxml2 ;TODO: Remove after propagated python-minimal-wrapper zlib xz)) - (native-inputs - (list pkg-config)) + ;; TODO: Uncomment in an upcoming world rebuild + ;;(propagated-inputs (list libxml2)) ;libxml2-0.pc 'Requires' it (native-search-paths %libxslt-search-paths) (description "Libxslt is an XSLT C library developed for the GNOME project. It is