guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#65479] [PATCH core-updates 15/61] gnu: dblatex: Add libxslt native-


From: Maxim Cournoyer
Subject: [bug#65479] [PATCH core-updates 15/61] gnu: dblatex: Add libxslt native-search-paths to its own.
Date: Thu, 05 Oct 2023 20:00:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Bruno Victal <mirai@makinata.eu> writes:

> * gnu/packages/xml.scm (dblatex)[native-search-paths]: Add libxslt
> native-search-paths to its own.
> ---
>  gnu/packages/docbook.scm | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
> index 37eaac0a59..0ecaefe253 100644
> --- a/gnu/packages/docbook.scm
> +++ b/gnu/packages/docbook.scm
> @@ -742,6 +742,12 @@ (define-public dblatex
>             inkscape/stable              ;for svg conversion
>             docbook-xml
>             libxslt))                    ;for xsltproc
> +    ;; lib/dbtexmf/xslt/4xslt.py shows that this package
> +    ;; makes use of XML_CATALOG_FILES.
> +    ;; It also invokes xsltproc, that already has it
> +    ;; in its native-search-path so we don't need to
> +    ;; reinclude it.
> +    (native-search-paths (package-native-search-paths libxslt))

See my previous comment about top level cyclic dependencies.

-- 
Thanks,
Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]