John Darrington <j...@gnu.org> skribis: > * gnu/packages/web.scm (tinyproxy): Use the xml_catalog from docbook instead > of > generating a temporary one.
Limit lines to 80 chars please. Also, “Use the XML catalog” no? > + (setenv "XML_CATALOG_FILES" > + (string-append > + (assoc-ref inputs "docbook-xsl") > "/xml/xsl/docbook-xsl-1.78.1/catalog.xml" > + " " ; This must be a space, not a : (contrary to the > documentation) > + (assoc-ref inputs "docbook-xml") > "/xml/dtd/docbook/catalog.xml"))) Line length. OK to push with this fixed. Ludo’.