[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65479] [PATCH core-updates 14/61] gnu: libxslt: Set search-paths fo
From: |
Bruno Victal |
Subject: |
[bug#65479] [PATCH core-updates 14/61] gnu: libxslt: Set search-paths for XML and SGML catalogs. |
Date: |
Fri, 6 Oct 2023 15:18:43 +0100 |
User-agent: |
Mozilla Thunderbird |
Hi Maxim,
On 2023-10-06 00:59, Maxim Cournoyer wrote:
> Because search path fields are not delayed, this is susceptible to
> introduce circular dependencies between modules (see: "info (guix)
> Cyclic Modules Dependencies"). It' be better to either repeat it, or
> define some %libxslt-search-paths variable among the (guix search-paths)
> module to be reused elsewhere.
Do you think it's worth defining this as:
--8<---------------cut here---------------start------------->8---
(define %libxml2-search-paths
(list …))
;; libxslt happens to share the same search-paths with libxml2.
(define %libxslt-search-paths %libxml2-search-paths)
--8<---------------cut here---------------end--------------->8---
That is, we add an alias for libxslt since it happens to coincide
with libxml2 in the regard that both also make use of
SGML_CATALOG_PATHS?
--
Furthermore, I consider that nonfree software must be eradicated.
Cheers,
Bruno.