[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies
From: |
John Darrington |
Subject: |
Re: [PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies |
Date: |
Tue, 15 Jul 2014 23:11:21 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Jul 15, 2014 at 11:00:31PM +0200, Ludovic Court??s wrote:
John Darrington <address@hidden> skribis:
> * gnu/packages/web.scm (tinyproxy): Use the xml_catalog from docbook
instead of
> generating a temporary one.
Limit lines to 80 chars please.
By my count, that is exactly 78 characters.
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???.
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
[PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies, John Darrington, 2014/07/15
[PATCH 3/6] gnu: docbook-xml: Substite remote xml_catalog uris with local ones., John Darrington, 2014/07/15
[PATCH 4/6] gnu: docbook-xsl write absolute file:// uris in catalogs instead of ./ relative ones, John Darrington, 2014/07/15
Re: [PATCH 1/6] gnu: docbook-xsl update to 1.78.1, Ludovic Courtès, 2014/07/15