[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65479] [PATCH core-updates v3 25/63] gnu: gtk-doc: Add libxslt nati
From: |
Bruno Victal |
Subject: |
[bug#65479] [PATCH core-updates v3 25/63] gnu: gtk-doc: Add libxslt native-search-paths to its own. |
Date: |
Mon, 9 Oct 2023 21:06:13 +0100 |
Grepping through the built package, gtk-doc invokes 'xsltproc' so we add
%libxslt-search-paths to native-search-paths in order for 'xsltproc' to find
the XML/SGML catalog files.
* gnu/packages/gtk.scm (gtk-doc)[native-search-paths]: Add
%libxslt-search-paths.
---
gnu/packages/gtk.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 0d6df1f583..33bde29cb2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -60,6 +60,7 @@ (define-module (gnu packages gtk)
#:use-module (guix download)
#:use-module (guix bzr-download)
#:use-module (guix git-download)
+ #:use-module (guix search-paths)
#:use-module ((guix build utils) #:select (alist-replace))
#:use-module (guix build-system cmake)
#:use-module (guix build-system glib-or-gtk)
@@ -2227,6 +2228,8 @@ (define-public gtk-doc
python-pygments
source-highlight
yelp-tools))
+ ;; xsltproc's search paths, to avoid propagating libxslt.
+ (native-search-paths %libxslt-search-paths)
(home-page "https://wiki.gnome.org/DocumentationProject/GtkDoc")
(synopsis "GTK+ DocBook Documentation Generator")
(description "GtkDoc is a tool used to extract API documentation from
C-code
--
2.41.0
- [bug#65479] [PATCH core-updates v3 23/63] gnu: xmlto: Rewrite with G-Expressions., (continued)
- [bug#65479] [PATCH core-updates v3 23/63] gnu: xmlto: Rewrite with G-Expressions., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 14/63] gnu: docbook2x: Split documentation., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 41/63] gnu: sssd: Drop xmllint workaround., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 35/63] gnu: gnome-session: Build documentation., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 43/63] gnu: drumstick: Drop docbook workaround., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 44/63] gnu: vmpk: Drop docbook workaround., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 37/63] gnu: metapixel: Rewrite with G-Expressions., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 20/63] gnu: Add docbook-mathml-1.0., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 24/63] gnu: xmlto: Add libxslt native-search-paths to its own., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 26/63] gnu: secilc: Drop xmlto workaround., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 25/63] gnu: gtk-doc: Add libxslt native-search-paths to its own.,
Bruno Victal <=
- [bug#65479] [PATCH core-updates v3 38/63] gnu: libxkbcommon: Add doc output., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 28/63] gnu: xdg-user-dirs: Drop docbook workaround., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 40/63] gnu: gnome-session: Remove libxml2., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 31/63] gnu: colord-gtk: Build documentation., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 27/63] gnu: xdg-utils: Drop docbook workarounds., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 08/63] gnu: docbook-xsl: Add compatibility entry., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 46/63] gnu: iputils: Restyle description and native-inputs., Bruno Victal, 2023/10/09
- [bug#65479] [PATCH core-updates v3 51/63] gnu: tunctl: Update comment., Bruno Victal, 2023/10/09