Re: Parallel (de-)compression

2015-12-06 Thread Andreas Enge
On Fri, Dec 04, 2015 at 03:44:38PM +0100, Ludovic Courtès wrote: > Are you saying that xz-compressing TeX Live to resend it to > hydra.gnu.org is too CPU-intensive? That depends on your definition of "too". In any case, on the Novena board with an SSD attached, CPU is the limiting factor during

Re: [PATCH 00/23] WIP: Add the Let's Encrypt client

2015-12-06 Thread Thompson, David
I pushed all of the patches yesterday, and today I actually used letsencrypt to generate certificates for my self-hosted web services. I used 'letsencrypt certonly --webroot' so that I did not have any server downtime while I generated the certs. Works like a charm! Thanks for all of the hard

[PATCH] gnu: mp3info: Update urls.

2015-12-06 Thread Alex Vong
Hi guix, I think the ftp url of mp3info does not work anymore, so I replace it with the http url. Can anyone confirm this? Cheers, Alex From db5865a1bc824055e269cfe31347669e9a9ae645 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Mon, 7 Dec 2015 00:33:08 +0800 Subject:

[PATCH 1/3] emacs: Handle compiled and compressed autoloads.

2015-12-06 Thread Alex Kost
* emacs/guix-emacs.el (guix-emacs-autoloads-regexp): New variable. (guix-emacs-find-autoloads-in-directory): Return a list of autoloads without extensions. --- emacs/guix-emacs.el | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/emacs/guix-emacs.el

[PATCH 3/3] gnu: emacs-w3m: Update to 1.4.538+0.20141022.

2015-12-06 Thread Alex Kost
* gnu/packages/emacs.scm (emacs-w3m): Update to 1.4.538+0.20141022. [arguments]: Symlink 'autoloads' to a compiled "w3m-load.elc". --- gnu/packages/emacs.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index

[PATCH 0/3] Update 'emacs-w3m' and improve loading emacs autoloads

2015-12-06 Thread Alex Kost
During updating 'emacs-w3m', I found that its *.el files are compressed now, so there is no "w3m-load.el" anymore, but there are "w3m-load.elc" and "w3m-load.el.gz". So this patchset also contains a patch to load any "autoloads" file (el, elc or el.gz). [PATCH 1/3] emacs: Handle compiled and

[PATCH 2/3] gnu: emacs-w3m: Use 'modify-syntax'.

2015-12-06 Thread Alex Kost
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use 'modify-syntax'. --- gnu/packages/emacs.scm | 67 +- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 947ddcb..e0c986e 100644

Re: [PATCH v2] gnu: Add myrepos.

2015-12-06 Thread Ludovic Courtès
Kyle Meyer skribis: > * gnu/packages/version-control.scm (myrepos): New variable. [...] > +supports a large number of version control systems: git, svn, mercurial, bzr, > +darcs, cvs, fossil and veracity.") I capitalized the VCS names and applied it. Thank you! Ludo’.

Re: [DMD] [PATCH] service: Change gid before uid when dropping privileges.

2015-12-06 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, Dec 4, 2015 at 3:00 AM, Ricardo Wurmus > wrote: >> >> David Thompson writes: >> >>> Found this little order of operations issue when trying to button up the >>> Transmission

Re: [PATCH] gnu: mp3info: Update urls.

2015-12-06 Thread Ludovic Courtès
Alex Vong skribis: > I think the ftp url of mp3info does not work anymore, so I replace it > with the http url. > > Can anyone confirm this? Seems like it; the FTP server initially responds, but then hangs upon RETR: --8<---cut

Re: [PATCH]: xfce4-power-manager: new variable

2015-12-06 Thread Florian Paul Schmidt
On 12/06/2015 10:51 PM, Ludovic Courtès wrote: Could you send the full patch in one go? Also please include a ChangeLog-style commit entry, and make sure ‘guix lint’ is happy before posting. :-) See . Thanks for

Re: gnunet-gtk

2015-12-06 Thread Florian Paul Schmidt
On 12/06/2015 02:05 PM, anonymiss wrote: I wonder if somebody is working on gnunet-gtk or if this is a package I could get involved with in GuixSD packaging? Hi, I don't know whether anyone's working on that package, but I'd like to see it, just to play a little more with gnunet.. So I

Re: Parallel (de-)compression

2015-12-06 Thread Ludovic Courtès
Andreas Enge skribis: > On Fri, Dec 04, 2015 at 03:44:38PM +0100, Ludovic Courtès wrote: >> Are you saying that xz-compressing TeX Live to resend it to >> hydra.gnu.org is too CPU-intensive? > > That depends on your definition of "too". In any case, on the Novena board > with an

Re: python-matplotlib: should it propagate numpy?

2015-12-06 Thread Ludovic Courtès
Federico Beffa skribis: > Ricardo Wurmus writes: > >> Hi Guix, >> >> with a profile containing python-2.7.10 and python2-matplotlib I did >> this: >> >> >> [rwurmus@guix-builder:~] $ export >>

Re: [PATCH] gnu: Add python-contextlib2

2015-12-06 Thread Ludovic Courtès
Chris Marusich skribis: > Yes, your explanation about the quoting makes sense. Also, it looks like > you were right: the PYTHONPATH leaked from my current environment. Thank > you for your help. You’re welcome! > Would you like me to adjust the length of the longest line

Re: [PATCH]: xfce4-power-manager: new variable

2015-12-06 Thread Ludovic Courtès
Florian Paul Schmidt skribis: > From 6d4ce3ad7a0298bdf8b445e9384c00727800ded3 Mon Sep 17 00:00:00 2001 > From: Florian Paul Schmidt > Date: Sat, 5 Dec 2015 00:03:15 +0100 > Subject: [PATCH] xfce4-power-manager: remove native-search-paths > > --- >

swh-plugins-lv2: New variable [WIP]

2015-12-06 Thread Florian Paul Schmidt
Just pushing this out to get some feedback (I'll need to package more audio plugins and this might be a good start to talk about possible issues) See the attached diff.. Flo From 905622fe8bf6522765002a2ee3f7815b5bf458ea Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt

Re: gnunet-gtk

2015-12-06 Thread anonymiss
Original Message Subject: Re: gnunet-gtk Local Time: December 6 2015 10:43 pm UTC Time: December 6 2015 9:43 pm From: mista.ta...@gmx.net To: guix-devel@gnu.org On 12/06/2015 02:05 PM, anonymiss wrote: > > I wonder if somebody is working on gnunet-gtk or if this is a package >

Re: [PATCH 00/23] WIP: Add the Let's Encrypt client

2015-12-06 Thread Ludovic Courtès
"Thompson, David" skribis: > I pushed all of the patches yesterday, and today I actually used > letsencrypt to generate certificates for my self-hosted web services. > I used 'letsencrypt certonly --webroot' so that I did not have any > server downtime while I generated

Re: [PATCH v2] gnu: Add python-docopt.

2015-12-06 Thread Ludovic Courtès
Kyle Meyer skribis: > * gnu/packages/python.scm (python-docopt, python2-docopt): New > variables. Applied, thanks! Ludo’.

Re: swh-plugins-lv2: New variable [WIP] v2

2015-12-06 Thread Florian Paul Schmidt
On 12/06/2015 11:44 PM, Florian Paul Schmidt wrote: Just pushing this out to get some feedback (I'll need to package more audio plugins and this might be a good start to talk about possible issues) Updated complete patch with some whitespace and typos fixed Flo From

Re: python-matplotlib: should it propagate numpy?

2015-12-06 Thread Federico Beffa
On Sun, Dec 6, 2015 at 11:22 PM, Ludovic Courtès wrote: > Federico Beffa skribis: > >> Ricardo Wurmus writes: >> >>> Hi Guix, >>> >>> with a profile containing python-2.7.10 and python2-matplotlib I did >>> this: >>> >>>