Re: offlineimap

2016-04-06 Thread Ricardo Wurmus
Efraim Flashner writes: > I've looked around the website a bit but I haven't been able to find the > documentation on it. If we add sqlite as an input to offlineimap and in > the [Accounts] section of the config add `status_backed = sqlite` then > it'll index the emails in an sqlite database and

Re: offlineimap

2016-04-06 Thread Efraim Flashner
On Wed, 6 Apr 2016 11:09:34 +0200 Ricardo Wurmus wrote: > Efraim Flashner writes: > > [...] > > I’ve been using the sqlite backend for a while myself and it’s really > quite nice. > > Does this dependency really need to be propagated, though? Or could we > wrap the “offlineimap” executabl

Re: [PATCH 1/6] emacs: Add 'guix-packages-by-location' command.

2016-04-06 Thread Alex Kost
Ludovic Courtès (2016-04-05 23:38 +0300) wrote: > Alex Kost skribis: > >> * emacs/guix-main.scm (%package-location-table): New variable. >> (package-location-table, package-locations, packages-by-location): New >> procedures. >> (%patterns-makers): Add 'location' search type. >> * emacs/guix-mess

Re: [PATCH 5/6] emacs: Add interface for package locations.

2016-04-06 Thread Alex Kost
Ludovic Courtès (2016-04-05 23:50 +0300) wrote: > Alex Kost skribis: > >> * emacs/guix-main.scm (%package-location-param-alist): New variable. >> (package-location->sexp, package-location-entries): New procedures. >> * emacs/guix-ui-location.el: New file. >> * emacs.am (ELFILES): Add it. >> * doc

Re: [PATCH 4/6] doc: emacs: Add "Locations" section.

2016-04-06 Thread Alex Kost
Ludovic Courtès (2016-04-05 23:46 +0300) wrote: > Alex Kost skribis: > >> * doc/emacs.texi (Emacs Commands): Move description of 'guix-edit' >> command to... >> (Emacs Locations): ... here. Document 'guix-find-location'. New >> section. >> * doc/guix.texi (Top): Add it. > > [...] > >> +@node Em

mutt version update

2016-04-06 Thread rain1
The newest version of mutt was released a couple days ago . It says "This stable release has an enormous number of changes". This patch bumps the version up to 1.6.0 (the latest). From 131e74a2dd3aa161fa4256ab37d7545ac7ddb0d4 Mon Sep 17 00:00:00 2001 From: Raymond Nicholson

[PATCH 1/3] utils: Add 'edit-expression'.

2016-04-06 Thread 宋文武
* guix/utils.scm (edit-expression): New procedure. * tests/utils.scm (edit-expression): New test. --- guix/utils.scm | 37 + tests/utils.scm | 13 + 2 files changed, 50 insertions(+) diff --git a/guix/utils.scm b/guix/utils.scm index de54179..1318d

[PATCH 2/3] utils: Add 'location->source-properties'.

2016-04-06 Thread 宋文武
* guix/utils (location-source->properties): New procedure. --- guix/utils.scm | 8 1 file changed, 8 insertions(+) diff --git a/guix/utils.scm b/guix/utils.scm index 1318dac..50f4bcd 100644 --- a/guix/utils.scm +++ b/guix/utils.scm @@ -60,6 +60,7 @@ location-line

[PATCH 3/3] gnu-maintenance: update-package-source: Only update the desired package.

2016-04-06 Thread 宋文武
Fixes . Suggested by Andy Wingo. * guix/upstream.scm (update-package-source): Rewrite in terms of 'edit-expression'. --- guix/upstream.scm | 68 +++ 1 file changed, 23 insertions(+), 45 deletions(-) diff --git a/guix

Re: [GNU-linux-libre] MAME emulator is giving incentive to use non-free software

2016-04-06 Thread alírio eyng
On 4/5/16, Denis 'GNUtoo' Carikli wrote: >documentation (and packaging as you point it) can > steer users towards free software. ... > Which one to do would then depend on the context. > For instance with qemu and libvirt, the software was modified not to > steer users towards running non-free GNU

Re: [PATCH 1/9] gnu: Add ttfautohint.

2016-04-06 Thread Alex Kost
ericbav...@openmailbox.org (2016-04-06 07:32 +0300) wrote: > From: Eric Bavier > > * gnu/packages/fontutils.scm (ttfautohint): New variable. > * gnu/packages/patches/ttfautohint-source-date-epoch.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. > --- > gnu-system.am

Re: mutt version update

2016-04-06 Thread Alex Kost
ra...@openmailbox.org (2016-04-06 13:24 +0300) wrote: > The newest version of mutt was released a couple days ago > . It says "This stable release has an enormous > number of changes". This patch bumps the version up to 1.6.0 (the > latest). It is already updated: http://git

Re: [PATCH 1/3] utils: Add 'edit-expression'.

2016-04-06 Thread Andy Wingo
Looking really good! A couple nits. On Wed 06 Apr 2016 12:37, 宋文武 writes: > diff --git a/guix/utils.scm b/guix/utils.scm > index de54179..1318dac 100644 > --- a/guix/utils.scm > +++ b/guix/utils.scm > +(define* (edit-expression source-properties proc #:key (encoding "UTF-8")) > + "Edit the exp

Re: Yet another Hydra mirror: hydra-mirror.marusich.info

2016-04-06 Thread Nils Gillmann
Chris Marusich writes: > Hi, > > I've set up a caching proxy to serve substitutes from Hydra. If you want > to use it, it's available here: > > http://hydra-mirror.marusich.info > > Behind the scenes, this endpoint is set up to distribute hydra.gnu.org's > substitutes via Amazon CloudFront, which

[PATCH] Add python–plastid, python-twobitreader.

2016-04-06 Thread Ricardo Wurmus
>From ecb23f8eb2dbd83cbaa97972d6258ccb44c58194 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 6 Apr 2016 16:34:19 +0200 Subject: [PATCH 1/2] gnu: Add python-twobitreader. * gnu/packages/bioinformatics.scm (python-twobitreader, python2-twobitreader): New variables. --- gnu/packages/bi

Re: [PATCH 1/9] gnu: Add ttfautohint.

2016-04-06 Thread Eric Bavier
On Wed, 06 Apr 2016 15:13:47 +0300 Alex Kost wrote: ericbav...@openmailbox.org (2016-04-06 07:32 +0300) wrote: > From: Eric Bavier > > * gnu/packages/fontutils.scm (ttfautohint): New variable. > * gnu/packages/patches/ttfautohint-source-date-epoch.patch: New patch. > * gnu-system.am (dist_pat

[PATCH] Add r-seqlogo.

2016-04-06 Thread Ricardo Wurmus
>From 1a23897008d3c0fc86459d111ad3847b404051b9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 18 Mar 2016 12:15:24 +0100 Subject: [PATCH] gnu: Add r-seqlogo. * gnu/packages/bioinformatics.scm (r-seqlogo): New variable. --- gnu/packages/bioinformatics.scm | 21 + 1 f

[PATCH] Add r-bsgenome-hsapiens-ucsc-hg19.

2016-04-06 Thread Ricardo Wurmus
Behold: the human genome! >From d4ea9fc93f18c7949ad87b980b0e8a5e03f91c00 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 18 Mar 2016 12:15:50 +0100 Subject: [PATCH] gnu: Add r-bsgenome-hsapiens-ucsc-hg19. * gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-ucsc-hg19): New variable.

[PATCH] Add r-motifrg.

2016-04-06 Thread Ricardo Wurmus
>From 82d9056a23f72d87aa8baa90398695aefea55879 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 18 Mar 2016 12:16:17 +0100 Subject: [PATCH] gnu: Add r-motifrg. * gnu/packages/bioinformatics.scm (r-motifrg): New variable. --- gnu/packages/bioinformatics.scm | 27 ++

[PATCH] Add more genomes.

2016-04-06 Thread Ricardo Wurmus
>From 8cf38d1a43af8d89578e0604156d5097c88a212f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 30 Mar 2016 12:23:51 +0200 Subject: [PATCH 1/3] gnu: Add r-bsgenome-mmusculus-ucsc-mm9. * gnu/packages/bioinformatics.scm (r-bsgenome-mmusculus-ucsc-mm9): New variable. --- gnu/packages/bioi

Re: [PATCH 6/9] gnu: fontforge: Make SVG builds reproducible.

2016-04-06 Thread Leo Famulari
On Tue, Apr 05, 2016 at 11:32:58PM -0500, ericbav...@openmailbox.org wrote: > From: Eric Bavier > > * gnu/packages/fontutils.scm (fontforge)[source]: Add snippet to clear > timestamp in svg.c. > --- > gnu/packages/fontutils.scm | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >

Re: [PATCH 6/9] gnu: fontforge: Make SVG builds reproducible.

2016-04-06 Thread Eric Bavier
On 2016-04-06 12:36, Leo Famulari wrote: On Tue, Apr 05, 2016 at 11:32:58PM -0500, ericbav...@openmailbox.org wrote: From: Eric Bavier * gnu/packages/fontutils.scm (fontforge)[source]: Add snippet to clear timestamp in svg.c. --- gnu/packages/fontutils.scm | 7 ++- 1 file changed, 6 ins

[PATCH] gnu: Add wmcpuload.

2016-04-06 Thread Kei Yamashita
This patch also draws from Debian. I think I'm starting to get the hang of this! :-) 0001-gnu-Add-wmcpuload.patch Description: Binary data

Re: [PATCH 6/9] gnu: fontforge: Make SVG builds reproducible.

2016-04-06 Thread Leo Famulari
On Wed, Apr 06, 2016 at 12:44:31PM -0500, Eric Bavier wrote: > On 2016-04-06 12:36, Leo Famulari wrote: > >On Tue, Apr 05, 2016 at 11:32:58PM -0500, ericbav...@openmailbox.org > >wrote: > >>From: Eric Bavier > >> > >>* gnu/packages/fontutils.scm (fontforge)[source]: Add snippet to clear > >> time

Invitation to speak at pkgsrc conference

2016-04-06 Thread Thompson, David
User jackdaniel on IRC passed along an invitation for someone from the Guix project to speak at the upcoming pkgsrc conference in June, to be held in Kraków, Poland. The organizer told jackdaniel that he wanted to invite someone from Guix but didn't know who to ask. Conference details: http://pkg

Re: [PATCH] gnu: Add wmcpuload.

2016-04-06 Thread Leo Famulari
On Wed, Apr 06, 2016 at 01:52:48PM -0400, Kei Yamashita wrote: > This patch also draws from Debian. I think I'm starting to get the hang > of this! :-) Thanks for the patch! Applied as bd688698b with some minor changes to the synopsis and description.

Re: [PATCH] Add python–plastid, python-twobitreader.

2016-04-06 Thread Leo Famulari
On Wed, Apr 06, 2016 at 04:36:52PM +0200, Ricardo Wurmus wrote: > From ecb23f8eb2dbd83cbaa97972d6258ccb44c58194 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 6 Apr 2016 16:34:19 +0200 > Subject: [PATCH 1/2] gnu: Add python-twobitreader. > > * gnu/packages/bioinformatics.scm (python

Re: [PATCH] Add r-bsgenome-hsapiens-ucsc-hg19.

2016-04-06 Thread Leo Famulari
On Wed, Apr 06, 2016 at 05:32:29PM +0200, Ricardo Wurmus wrote: > Behold: the human genome! > +(license license:artistic2.0))) What a strange turn of events, that a human genome is copyrighted! Anyways, I don't see any problems with the package.

Re: [PATCH] Add more genomes.

2016-04-06 Thread Leo Famulari
On Wed, Apr 06, 2016 at 05:34:37PM +0200, Ricardo Wurmus wrote: > From 8cf38d1a43af8d89578e0604156d5097c88a212f Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 30 Mar 2016 12:23:51 +0200 > Subject: [PATCH 1/3] gnu: Add r-bsgenome-mmusculus-ucsc-mm9. > > * gnu/packages/bioinformatics.

Re: Invitation to speak at pkgsrc conference

2016-04-06 Thread Efraim Flashner
On Wed, Apr 06, 2016 at 02:38:04PM -0400, Thompson, David wrote: > User jackdaniel on IRC passed along an invitation for someone from the > Guix project to speak at the upcoming pkgsrc conference in June, to be > held in Kraków, Poland. The organizer told jackdaniel that he wanted > to invite some

Re: [PATCH] Add r-seqlogo.

2016-04-06 Thread Leo Famulari
On Wed, Apr 06, 2016 at 05:28:49PM +0200, Ricardo Wurmus wrote: > From 1a23897008d3c0fc86459d111ad3847b404051b9 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 18 Mar 2016 12:15:24 +0100 > Subject: [PATCH] gnu: Add r-seqlogo. > > * gnu/packages/bioinformatics.scm (r-seqlogo): New var

Re: [PATCH] Add r-motifrg.

2016-04-06 Thread Leo Famulari
On Wed, Apr 06, 2016 at 05:33:24PM +0200, Ricardo Wurmus wrote: > From 82d9056a23f72d87aa8baa90398695aefea55879 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 18 Mar 2016 12:16:17 +0100 > Subject: [PATCH] gnu: Add r-motifrg. > > * gnu/packages/bioinformatics.scm (r-motifrg): New var

guix package -u --no-substitutes

2016-04-06 Thread Danny Milosavljevic
Hi, I've been having problems doing $ ./pre-inst-env guix package -u lately. I get >guix substitute: error: download from >'http://hydra.gnu.org/nar/36wqhbch45x055wj6gfsng00zkwfqg6n-texlive-20150523-texmf.tar.xz' > failed: 503, "Service Temporarily Unavailable" . When I try $ ./pre-inst

Re: guix package -u --no-substitutes

2016-04-06 Thread Leo Famulari
On Wed, Apr 06, 2016 at 10:05:29PM +0200, Danny Milosavljevic wrote: > Hi, > > I've been having problems doing > > $ ./pre-inst-env guix package -u > > lately. I get > > >guix substitute: error: download from > >'http://hydra.gnu.org/nar/36wqhbch45x055wj6gfsng00zkwfqg6n-texlive-20150523-texm

Re: [PATCH] gnu: Add r-variantannotation.

2016-04-06 Thread Leo Famulari
On Wed, Mar 30, 2016 at 03:16:42PM +0200, Roel Janssen wrote: > * gnu/packages/bioinformatics.scm (r-variantannotation): New variable. > * gnu/packages/bioinformatics.scm (r-zlibbioc): New variable. Thanks for the patches! They look good to me, so I applied them, bringing HEAD to 9e3ba31c5.

Re: [PATCH 3/6] gnu: gnome-documents

2016-04-06 Thread Leo Famulari
On Wed, Mar 30, 2016 at 07:33:17PM -0600, ren...@openmailbox.org wrote: > * gnu/packages/gnome.scm (liboauth): New variable. This package looks good, but I think it should either go into an existing package module, or into a new module called oauth.scm. Either way, check commit f75bbb028 for an e

Re: [PATCH v2] gnu: Add python2-shedskin.

2016-04-06 Thread Leo Famulari
On Wed, Mar 30, 2016 at 07:26:59AM +0200, Danny Milosavljevic wrote: > Patch that does the latter. Is that OK? If it works, then I think it's better than propagating pcre and libgc. > * gnu/packages/python.scm (python2-shedskin): New variable. > + (uri (string-append > "https://github.com/

Re: [PATCH] gnu: Add 4store.

2016-04-06 Thread Leo Famulari
On Tue, Mar 29, 2016 at 08:54:40AM +0200, Roel Janssen wrote: > Leo Famulari writes: > > Why use this commit instead of the last release? > > I like especially these subtle changes/fixes: > - run-time configurable HTTP log directory: > commit 1725502cf01130ee80cf9b72249bbfc0f61f17fb > - Fix for

Re: [PATCH] gnu: lynx: Support HTTPS (SSL) connections

2016-04-06 Thread Leo Famulari
On Sun, Mar 20, 2016 at 04:15:02AM -0400, Leo Famulari wrote: > On Sat, Mar 19, 2016 at 06:29:12PM +0100, Tobias Geerinckx-Rice wrote: > > Leo, > > > > On 04/03/2016, Leo Famulari wrote: > > > On Fri, Mar 04, 2016 at 03:37:46AM +0100, tobias.geerinckx.r...@gmail.com > > > wrote: > > >> From: Tobi

Re: Yet another Hydra mirror: hydra-mirror.marusich.info

2016-04-06 Thread Chris Marusich
Nils Gillmann writes: > Chris Marusich writes: > >> Hi, >> >> I've set up a caching proxy to serve substitutes from Hydra. If you want >> to use it, it's available here: >> >> http://hydra-mirror.marusich.info >> >> Behind the scenes, this endpoint is set up to distribute hydra.gnu.org's >> subs

Re: guix package -u --no-substitutes

2016-04-06 Thread Efraim Flashner
On Wed, Apr 06, 2016 at 04:23:19PM -0400, Leo Famulari wrote: > On Wed, Apr 06, 2016 at 10:05:29PM +0200, Danny Milosavljevic wrote: > > Hi, > > > > I've been having problems doing > > > > $ ./pre-inst-env guix package -u > > > > lately. I get > > > > >guix substitute: error: download from >

Re: [PATCH 2/9] gnu: Add woff-tools.

2016-04-06 Thread Efraim Flashner
On Tue, Apr 05, 2016 at 11:32:54PM -0500, ericbav...@openmailbox.org wrote: > From: Eric Bavier > > * gnu/packages/fontutils.scm (woff-tools): New variable. > --- > gnu/packages/fontutils.scm | 41 + > 1 file changed, 41 insertions(+) > > diff --git a/gnu

Re: [PATCH 3/9] gnu: Add ttf2eot.

2016-04-06 Thread Efraim Flashner
On Tue, Apr 05, 2016 at 11:32:55PM -0500, ericbav...@openmailbox.org wrote: > From: Eric Bavier > > * gnu/packages/fontutils.scm (ttf2eot): New variable. > * gnu/packages/patches/ttf2eot-cstddef.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. > --- > gnu-system.am

Re: offlineimap

2016-04-06 Thread Efraim Flashner
On Wed, Apr 06, 2016 at 12:14:36PM +0300, Efraim Flashner wrote: > On Wed, 6 Apr 2016 11:09:34 +0200 > Ricardo Wurmus wrote: > > > Efraim Flashner writes: > > > > [...] > > > > I’ve been using the sqlite backend for a while myself and it’s really > > quite nice. > > > > Does this dependenc