> For some reason I'm having trouble pushing to the git repo.
What kind of trouble?
pgpH8KflVVdZ4.pgp
Description: PGP signature
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
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
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,
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
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
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