Re: [PATCH] gnu: Add tidy.

2015-02-07 Thread David Thompson
Mark H Weaver writes: > Please do (alist-cons-after 'unpack ...) instead. The reason is that we > need this to happen before the 'patch-/usr/bin/file' phase and other > similar passes that fix up 'configure', otherwise things are likely to > break on MIPS and ARM. Thanks for the explanation. I

Re: [PATCH] gnu: Add tidy.

2015-02-07 Thread Mark H Weaver
David Thompson writes: > +(define-public tidy > + (package > +(name "tidy") > +(version "20091223") > +(source (origin > + (method cvs-fetch) > + (uri (cvs-reference > +(root-directory > + > ":pserver:anonym...@tidy.c

Re: [PATCH] gnu: Add tidy.

2015-02-07 Thread Ludovic Courtès
David Thompson skribis: > From 0e93fe70c5c512a8d2badb4c710d4ebe772829b9 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Fri, 6 Feb 2015 21:14:11 -0500 > Subject: [PATCH] gnu: Add tidy. > > * gnu/packages/web.scm (tidy): New variable. LGTM! Ludo’.

[PATCH] gnu: Add tidy.

2015-02-06 Thread David Thompson
Thanks to Mark for adding the cvs-fetch download method! >From 0e93fe70c5c512a8d2badb4c710d4ebe772829b9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 6 Feb 2015 21:14:11 -0500 Subject: [PATCH] gnu: Add tidy. * gnu/packages/web.scm (tidy): New variable. --- gnu/packages/web.scm |