Re: [PATCH 2/3] gnu: Add man-db

2014-04-08 Thread Nikita Karetnikov
> For some reason I'm having trouble pushing to the git repo. What kind of trouble? pgpH8KflVVdZ4.pgp Description: PGP signature

Re: [PATCH 2/3] gnu: Add man-db

2014-04-08 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> +(source (origin >> + (method url-fetch) >> + (uri (string-append >> + >> "http://download.savannah.gnu.org/releases/man-db/man-db-"; >> +version ".tar.xz")) > > Please us

Re: [PATCH 2/3] gnu: Add man-db

2014-04-08 Thread Thompson, David
On Tue, Apr 8, 2014 at 8:12 AM, Ludovic Courtès wrote: > David Thompson skribis: > >> +(source (origin >> + (method url-fetch) >> + (uri (string-append >> + >> "http://download.savannah.gnu.org/releases/man-db/man-db-"; >> +ver

Re: [PATCH 2/3] gnu: Add man-db

2014-04-08 Thread Ludovic Courtès
David Thompson skribis: > +(source (origin > + (method url-fetch) > + (uri (string-append > + > "http://download.savannah.gnu.org/releases/man-db/man-db-"; > +version ".tar.xz")) Please use mirror://savannah. Other than that,

Re: [PATCH 2/3] gnu: Add man-db

2014-04-08 Thread David Thompson
Mark H Weaver writes: > David Thompson writes: > >>> Why is 'lynx' an input? I remember you mentioning on IRC that if PAGER >>> is not set, it launched a web browser by default. I wonder: if you >>> included 'less' and not 'lynx', would it use 'less' by default >>> instead? >> >> My system see

Re: [PATCH 2/3] gnu: Add man-db

2014-04-07 Thread Mark H Weaver
David Thompson writes: >> Why is 'lynx' an input? I remember you mentioning on IRC that if PAGER >> is not set, it launched a web browser by default. I wonder: if you >> included 'less' and not 'lynx', would it use 'less' by default >> instead? > > My system seems to be doing weird things and i

Re: [PATCH 2/3] gnu: Add man-db

2014-04-06 Thread Mark H Weaver
Hi David, David Thompson writes: > From e67306f142b9878f3f08688fc837f2faf967a5cb Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 6 Apr 2014 20:25:01 -0400 > Subject: [PATCH 2/3] gnu: Add man-db. > > * gnu/packages.man.scm (man-db): New variable. > --- > gnu/packages/man.scm | 54