mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
search-paths: Add $XML_CATALOG_FILES and $SGML_CATALOG_FILES.
These variables are used by some packages for XML/SGML catalog lookups. * guix/search-paths ($XML_CATALOG_FILES, $SGML_CATALOG_FILES): New variable, extracted from … * gnu/packages/xml.scm (libxml2, opensp)[native-search-paths]: … here. Refer to the variables from (guix search-paths) respectively. * gnu/packages/perl.scm (perl-app-xml-docbook-builder)[native-search-paths]: Use $XML_CATALOG_FILES. * doc/guix.texi (Search Paths): Update documentation to reflect changes. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
994fbc0ac6
commit
e96fa0b695
4 changed files with 49 additions and 35 deletions
|
|
@ -602,12 +602,7 @@ requires only 10MB of RAM.")
|
|||
(list perl-class-xsaccessor perl-test-trap))
|
||||
(native-search-paths
|
||||
;; xsltproc's search paths, to avoid propagating libxslt.
|
||||
(list (search-path-specification
|
||||
(variable "XML_CATALOG_FILES")
|
||||
(separator " ")
|
||||
(files '("xml"))
|
||||
(file-pattern "^catalog\\.xml$")
|
||||
(file-type 'regular))))
|
||||
(list $XML_CATALOG_FILES))
|
||||
(home-page "https://www.shlomifish.org/open-source/projects/docmake/")
|
||||
(synopsis "Translate DocBook/XML documentation into other file formats")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue