guix-patches
[Top][All Lists]
Advanced

[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: Maxim Cournoyer
Subject: [bug#65479] [PATCH core-updates 14/61] gnu: libxslt: Set search-paths for XML and SGML catalogs.
Date: Sat, 07 Oct 2023 12:09:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Bruno Victal <mirai@makinata.eu> writes:

> 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:
>
> (define %libxml2-search-paths
>   (list …))
>
> ;; libxslt happens to share the same search-paths with libxml2.
> (define %libxslt-search-paths %libxml2-search-paths)

I think I'd rather have only one name for that specific search paths
set, but I don't feel strongly about it.

-- 
Thanks,
Maxim





reply via email to

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