mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libxml2: Add search path specification.
* gnu/packages/xml.scm (libxml2)[native-search-paths, search-paths]: New fields. * gnu/packages/gnome.scm (gnome-doc-utils)[arguments]: Remove. * gnu/packages/gps.scm (gpscorrelate)[arguments]: Remove settings for 'XML_CATALOG_FILES' from 'configure' phase. * gnu/packages/web.scm (tinyproxy)[arguments]: Likewise.
This commit is contained in:
parent
cc9a5c1454
commit
2a8d44015f
4 changed files with 14 additions and 32 deletions
|
@ -644,16 +644,7 @@ help you implement simple HTTP servers.")
|
|||
;; Uncommenting the next two lines may assist in debugging
|
||||
;; (substitute* "docs/man5/Makefile" (("a2x") "a2x -v"))
|
||||
;; (setenv "XML_DEBUG_CATALOG" "1")
|
||||
|
||||
(setenv "XML_CATALOG_FILES"
|
||||
(string-append
|
||||
(assoc-ref inputs "docbook-xsl")
|
||||
"/xml/xsl/docbook-xsl-1.78.1/catalog.xml"
|
||||
;; Contrary to the documentation, the file names must
|
||||
;; be separated by a space, not a colon.
|
||||
" "
|
||||
(assoc-ref inputs "docbook-xml")
|
||||
"/xml/dtd/docbook/catalog.xml")))
|
||||
#t)
|
||||
%standard-phases)))
|
||||
;; All of the below are used to generate the documentation
|
||||
;; (Should they be propagated inputs of asciidoc ??)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue