From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies Date: Tue, 15 Jul 2014 23:00:31 +0200 Message-ID: <87mwcal4ls.fsf@gnu.org> References: <1405449096-29230-1-git-send-email-jmd@gnu.org> <1405449096-29230-6-git-send-email-jmd@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X79q3-00022w-Ic for guix-devel@gnu.org; Tue, 15 Jul 2014 17:00:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X79py-0003gN-45 for guix-devel@gnu.org; Tue, 15 Jul 2014 17:00:39 -0400 In-Reply-To: <1405449096-29230-6-git-send-email-jmd@gnu.org> (John Darrington's message of "Tue, 15 Jul 2014 20:31:36 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > * gnu/packages/web.scm (tinyproxy): Use the xml_catalog from docbook inst= ead of > generating a temporary one. Limit lines to 80 chars please. Also, =E2=80=9CUse the XML catalog=E2=80=9D no? > + (setenv "XML_CATALOG_FILES"=20 > + (string-append > + (assoc-ref inputs "docbook-xsl") "/xml/xsl/docbook-xs= l-1.78.1/catalog.xml" > + " " ; This must be a space, not a : (contrary to the= documentation) > + (assoc-ref inputs "docbook-xml") "/xml/dtd/docbook/ca= talog.xml"))) Line length. OK to push with this fixed. Ludo=E2=80=99.