guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies


From: Ludovic Courtès
Subject: Re: [PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies
Date: Tue, 15 Jul 2014 23:00:31 +0200
User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)

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.

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’.



reply via email to

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