[PATCH] gnu: Add cpulimit.

2015-12-15 Thread Eric Bavier
* gnu/packages/admin.scm (cpulimit): New variable. --- gnu/packages/admin.scm | 39 ++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 5b9f5d1..1d90619 100644 --- a/gnu/packages/admin.scm +++

Donation links on web site

2015-12-15 Thread Ludovic Courtès
Hello Felipe! Would you be available to integrate donation links on the Guix web site, pointing to /donate and/or to the brand new (yes!) ? I figure you’d be able to do something nicer than what I could ever come up with. ;-) I think

Re: Donation links on web site

2015-12-15 Thread Alex Sassmannshausen
Ludovic Courtès writes: > Hello Felipe! > > Would you be available to integrate donation links on the Guix web site, > pointing to /donate and/or to the brand new (yes!) > ? Woohoo! That was super fast! *donating* :-) Alex

Re: [PATCH] emacs: Use socket instead of port.

2015-12-15 Thread Alex Kost
Florian Paul Schmidt (2015-12-12 12:00 +0300) wrote: > On 12.12.2015 09:50, Alex Kost wrote: >> Currently, if you try to run a repl command (for example, "M-x >> guix-installed-packages") in a second Emacs instance, you'll get >> an unfriendly error. That's because `guix-default-port' is busy >>

Re: [PATCH] emacs: Use socket instead of port.

2015-12-15 Thread Alex Kost
Ludovic Courtès (2015-12-12 21:07 +0300) wrote: > Alex Kost skribis: > >> There is one small thing though: Guile does not remove socket file after >> exiting from "guile --listen=/tmp/foo" so these dead sockets will stay in >> /tmp dir. As there is no `comint-exit-hook' or alike, I don't see how

Re: package dependencies

2015-12-15 Thread Pjotr Prins
Another way to go about this is to create a manual for packagers. My guix-notes is more general (mostly to help my memory), and then there is the wiki-thing. But I agree we don't have a very helpful starting point for packagers considering they need to learn multiple things at the same time (not le

Re: package dependencies

2015-12-15 Thread Ludovic Courtès
Pjotr Prins skribis: > Another way to go about this is to create a manual for packagers. My > guix-notes is more general (mostly to help my memory), and then there > is the wiki-thing. But I agree we don't have a very helpful starting > point for packagers considering they need to learn multiple

Re: [PATCH] emacs: Use socket instead of port.

2015-12-15 Thread Ludovic Courtès
Alex Kost skribis: > Hm, but it doesn't delete the socket after the quit, right? At least, > it doesn't when I tried "guile -l /tmp/repl-server.scm" with the > following "/tmp/repl-server.scm": > > > (use-modules (system repl server)) > > (let ((socket "/tmp/s1")) > (call-with-new-thread >

[PATCH] Add Rmarkdown.

2015-12-15 Thread Ricardo Wurmus
These three patches add Rmarkdown and dependencies. The last patch that adds the “r-rmarkdown” package also changes the import of “(gnu packages xml)” in haskell.scm to be less specific. The “#:select” phrase triggered an error due to circular package module dependencies. I hope it’s okay to put

Re: Update mafft to 7.245.

2015-12-15 Thread Ben Woodcroft
On 11/12/15 02:16, Ricardo Wurmus wrote: Ben Woodcroft writes: Two reviews in record time, nice. On 10/11/15 23:12, Efraim Flashner wrote: On Tue, 10 Nov 2015 22:18:10 +1000 Ben Woodcroft wrote: Also had to fix the inputs. Hard not to notice these things in the environment container - w

Re: [PATCH] gnu: youtube-dl: Add native-search-paths.

2015-12-15 Thread Ludovic Courtès
Alex Vong skribis: > From 21db93d3caa4846882720a610a7fa0e0a2fe3162 Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Mon, 14 Dec 2015 20:00:52 +0800 > Subject: [PATCH] gnu: youtube-dl: Install the man page and completion files. > > * gnu/packages/video.scm (youtube-dl) [arguments]: Add > fix-th

Re: package dependencies

2015-12-15 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Leo Famulari skribis: > >> On Sun, Dec 13, 2015 at 02:45:46PM +0100, Ludovic Courtès wrote: >>> Hello! >>> >>> I’ve rephrased the doc in “package Reference” in a way that is hopefully >>> clearer: >>> >>> ‘inputs’ (default: ‘'()’) >>> ‘native-

Specifying a D16-based machine for Guix

2015-12-15 Thread Ludovic Courtès
Hello Francis, We’ve been considering basing the new hydra.gnu.org front-end (the build farm for GNU Guix) on . We would need something like 8+ cores, 16+G of RAM, and a couple of fast HDDs. I thought we could take advantage of your experience to more

Re: Specifying a D16-based machine for Guix

2015-12-15 Thread Andy Wingo
On Tue 15 Dec 2015 12:56, l...@gnu.org (Ludovic Courtès) writes: > We’ve been considering basing the new hydra.gnu.org front-end (the build > farm for GNU Guix) on . We > would need something like 8+ cores, 16+G of RAM, and a couple of fast > HDDs. If

[PATCHES] Add sdl2-image, sdl2-mixer, and sdl2-ttf

2015-12-15 Thread Thompson, David
Packaged some more SDL2 stuff as I frantically try to prepare Sly for the Lisp Game Jam in January. - Dave From f0109ade56e024bf4ac0b6e1ac9ce3d0592964d1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 15 Dec 2015 13:30:11 -0500 Subject: [PATCH 1/3] gnu: Add sdl2-image. * gnu/packages/sd

Re: [PATCH] emacs: Use socket instead of port.

2015-12-15 Thread Alex Kost
Ludovic Courtès (2015-12-15 14:13 +0300) wrote: > Alex Kost skribis: [...] >>> It may be good to fix it upfront though. WDYT? >> >> Sorry, I don't understand. > > I meant that we should probably fix this lingering socket problem before > committing the change. Ah, OK, so I think the current sol

Fw: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Fabian Harfert
Beginn der weitergeleiteten Nachricht: Datum: Tue, 15 Dec 2015 18:05:38 +0100 Von: Fabian Harfert An: Andreas Enge Betreff: Re: [PATCH] Add package definition for GNU XaoS Am Tue, 15 Dec 2015 08:22:03 +0100 schrieb Andreas Enge : > Hello, > > I think it would make sense to add it to maths.

Re: Donation links on web site

2015-12-15 Thread Leo Famulari
On Tue, Dec 15, 2015 at 09:54:47AM +0100, Ludovic Courtès wrote: > Hello Felipe! > > Would you be available to integrate donation links on the Guix web site, > pointing to /donate and/or to the brand new (yes!) > ? Awesome! Can we get

Re: python-matplotlib: should it propagate numpy?

2015-12-15 Thread Federico Beffa
On Wed, Dec 9, 2015 at 11:03 PM, Ricardo Wurmus wrote: > So, numpy still needs to be propagated in my opinion. I haven’t tried > ‘python-matplotlib’ and ‘python’ yet, just ‘python2-matplotlib’ as > above. Does this make a difference? I was about to move it to the propagated inputs, when I recal

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Alex Kost
Andreas Enge (2015-12-15 10:22 +0300) wrote: > Hello, > > I think it would make sense to add it to maths.scm, to avoid the profusion > of modules. > >> + (uri (string-append "mirror://sourceforge/xaos/xaos-" version >> + ".tar.gz")) > > It is not avail

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Alex Kost
Leo Famulari (2015-12-15 01:58 +0300) wrote: > On Mon, Dec 14, 2015 at 10:01:39PM +0100, Fabian Harfert wrote: >> Hello, >> >> this is my first contribution to this project. I hope everything is >> right with this package definition for GNU XaoS >> (see https://www.gnu.org/software/xaos/). It's

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Alex Kost
Fabian Harfert (2015-12-15 00:01 +0300) wrote: > Hello, > > this is my first contribution to this project. I hope everything is > right with this package definition for GNU XaoS > (see https://www.gnu.org/software/xaos/). It's a nice program to > discover fractals, so I decided to use it for my

[PATCH] Add package definition for GNU XaoS.

2015-12-15 Thread Fabian Harfert
Hello, here's the new patch for GNU XaoS, I added it to maths.scm, fixed the ("gettext" ,gnu-gettext) thing but didn't add gpl3+ to the licenses because I couldn't find any file with it. Fabian Harfert>From 7c3a50c184745dcf2fb0b81ad30a629739ddf8d0 Mon Sep 17 00:00:00 2001 From: Fabian Harfert Da

Re: [PATCH] Add package definition for GNU XaoS.

2015-12-15 Thread Fabian Harfert
Am Tue, 15 Dec 2015 20:51:44 +0100 schrieb Fabian Harfert : Excuse me, I've forgotten to add the copyright. > Hello, > > here's the new patch for GNU XaoS, I added it to maths.scm, fixed the > ("gettext" ,gnu-gettext) thing but didn't add gpl3+ to the licenses > because I couldn't find any file

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Leo Famulari
On Tue, Dec 15, 2015, at 14:24, Alex Kost wrote: > Leo Famulari (2015-12-15 01:58 +0300) wrote: > > > On Mon, Dec 14, 2015 at 10:01:39PM +0100, Fabian Harfert wrote: > >> Hello, > >> > >> this is my first contribution to this project. I hope everything is > >> right with this package definition

Re: Donation links on web site

2015-12-15 Thread Ludovic Courtès
Leo Famulari skribis: > On Tue, Dec 15, 2015 at 09:54:47AM +0100, Ludovic Courtès wrote: >> Hello Felipe! >> >> Would you be available to integrate donation links on the Guix web site, >> pointing to /donate and/or to the brand new (yes!) >>

Re: [PATCH 1/2] gnu: dovecot: Add linux-pam to inputs.

2015-12-15 Thread Ludovic Courtès
Andy Wingo skribis: > * gnu/packages/mail.scm (dovecot): Add linux-pam to inputs, enabling the > PAM auth driver. LGTM, thanks! Ludo’.

Re: [PATCH 2/2] gnu: Add dovecot service

2015-12-15 Thread Ludovic Courtès
Andy Wingo skribis: > * gnu/services/mail.scm: New file. > (dovecot-service, dovecot-configuration, dict-configuration) > (passdb-configuration, userdb-configuration) > (unix-listener-configuration, fifo-listener-configuration) > (inet-listener-configuration, service-configuration) > (protocol-co

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Leo Famulari
On Tue, Dec 15, 2015 at 10:24:15PM +0300, Alex Kost wrote: > Fabian Harfert (2015-12-15 00:01 +0300) wrote: > > +(description "GNU XaoS is a graphical program that generates fractal > > patterns and > > Please do not make such long lines, we stay within 80 columns (I > personally prefer to st

Re: [PATCH] gnu: Add cpulimit.

2015-12-15 Thread 宋文武
Eric Bavier writes: > * gnu/packages/admin.scm (cpulimit): New variable. > --- > gnu/packages/admin.scm | 39 ++- > 1 file changed, 38 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm > index 5b9f5d1..1d90619 1006

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Andreas Enge
On Tue, Dec 15, 2015 at 10:23:52PM +0300, Alex Kost wrote: > There is but it has a very old version. Maybe it would make sense to kindly remind them to put their releases on ftp.gnu.org. That would also allow us to be notified of updates (which could be used as a

guixsd offline installation media

2015-12-15 Thread Dika Setya Prayogi
can we make an offline installation media for future guixsd ? because it is more reliable and easy to build in slow or problematic bandwith like in my town

Re: guixsd offline installation media

2015-12-15 Thread Pjotr Prins
On Wed, Dec 16, 2015 at 11:07:34AM +0700, Dika Setya Prayogi wrote: > can we make an offline installation media for future guixsd ? because > it is more reliable and easy to build in slow or problematic bandwith > like in my town > +1 (from Africa). In combination with a conscise description how

Packagers tutorial, deployment tutorial

2015-12-15 Thread Pjotr Prins
In addition to the a packaging tutorial, I would also like a deployment tutorial where explain how to do system configuration and how to create a caching server/build server in a few steps. The information is there in the main docs (and source code), but what we lack is a short descriptive list wh

Re: guixsd offline installation media

2015-12-15 Thread Pjotr Prins
I suggest we brand it GuixSD-Sumo. Which reminds me, is there a way of simply rolling back on a 'guix pull' command? Pj. On Wed, Dec 16, 2015 at 05:42:36AM +0100, Pjotr Prins wrote: > On Wed, Dec 16, 2015 at 11:07:34AM +0700, Dika Setya Prayogi wrote: > > can we make an offline installation me