Re: [PATCH] gnu: Add nginx

2014-12-11 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> From 359d1b0a7dcb7320ff28bbabe792e0d8e6d399ad Mon Sep 17 00:00:00 2001 >> From: Mark H Weaver >> Date: Wed, 10 Dec 2014 17:39:48 -0500 >> Subject: [PATCH] gnu: Add nginx. >> >> * gnu/packages/web.scm (nginx): New variable. > >

Re: [PATCH v3] gnu: Add bullet.

2014-12-11 Thread David Thompson
Hello again, Missed one thing during my previous review. Tomáš Čech writes: > * gnu/packages/game-development.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > --- > gnu-system.am | 1 + > gnu/packages/game-development.scm | 43 >

Re: [PATCH 11/15] gnu: Add xfce4-settings.

2014-12-11 Thread Mark H Weaver
宋文武 writes: > * gnu/packages/xfce.scm (xfce4-settings): New variable. > --- > gnu/packages/xfce.scm | 30 ++ > 1 file changed, 30 insertions(+) > > diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm > index 5f15594..c601852 100644 > --- a/gnu/packages/xfce.scm

Re: [PATCH] gnu: pcre: Update to 8.36 and enable JIT support

2014-12-11 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> From 5796cf1178fbcf41ef1c3d6406adb992d7e71dd0 Mon Sep 17 00:00:00 2001 >> From: Mark H Weaver >> Date: Wed, 10 Dec 2014 15:56:00 -0500 >> Subject: [PATCH] gnu: pcre: Update to 8.36 and enable JIT support. >> >> * gnu/packages/p

[PATCH v3] gnu: Add bullet.

2014-12-11 Thread Tomáš Čech
* gnu/packages/game-development.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/game-development.scm | 43 +++ 2 files changed, 44 insertions(+) create mode 100644 gnu/packages/game-developm

[PATCH v2] gnu: Add bullet.

2014-12-11 Thread Tomáš Čech
* gnu/packages/game-development.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/game-development.scm | 42 +++ 2 files changed, 43 insertions(+) create mode 100644 gnu/packages/game-developm

Re: [PATCH] gnu: Add bullet.

2014-12-11 Thread Thompson, David
On Thu, Dec 11, 2014 at 4:19 PM, Tomáš Čech wrote: > * gnu/packages/game-development.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > --- > gnu-system.am | 1 + > gnu/packages/game-development.scm | 44 > +++ > 2 files chang

[PATCH] gnu: Add bullet.

2014-12-11 Thread Tomáš Čech
* gnu/packages/game-development.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/game-development.scm | 44 +++ 2 files changed, 45 insertions(+) create mode 100644 gnu/packages/game-developm

Re: [PATCH] gnu: Add samtools

2014-12-11 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/bioinformatics.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it Perfect! [...] > +(synopsis "Efficient utilities on manipulating alignments in the SAM > format") What about “Utilities to manipulate nucleotide sequence alignments”, to m

[PATCH] gnu: Add samtools

2014-12-11 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it --- gnu-system.am | 1 + gnu/packages/bioinformatics.scm | 83 + 2 files changed, 84 insertions(+) create mode 100644 gnu/packages/bioinformatics.scm

Re: [PATCH 15/15] gnu: Add xfdesktop.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfdesktop): New variable. [...] > +(synopsis "XFCE Desktop Manager") “Xfce desktop manager”, otherwise OK. Thanks a lot for working on it! It will be useful to many, I guess. Ludo’.

Re: [PATCH 07/15] gnu: Add tumbler.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (tumbler): New variable. [...] > +(propagated-inputs > + `(("glib" ,glib))) Ditto. Otherwise OK. Ludo’.

Re: [PATCH 14/15] gnu: Add xfwm4.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfwm4): New variable. [...] > +(synopsis "XFCE Window Manager") “Xfce window manager”. Otherwise OK. Ludo’.

Re: [PATCH 09/15] gnu: Add xfce4-appfinder.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfce4-appfinder): New variable. [...] > +(description > + "Application finder for Xfce, it will shows the applications installed > on Typo: “it will show”. Otherwise OK. Ludo’.

Re: [PATCH 13/15] gnu: Add thunar-volman.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (thunar-volman): New variable. [...] > +(synopsis "Removeable media manager for Thunar") “Removable” Otherwise OK. Ludo’.

Re: [PATCH 04/15] gnu: Add libxfce4ui.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (libxfce4ui): New variable. [...] > +(propagated-inputs > + `(("gtk+" ,gtk+-2) > + ("libxfce4util" ,libxfce4util) > + ("xfconf" ,xfconf))) Comment as well. Otherwise OK. Ludo’.

Re: [PATCH 02/15] gnu: Add libxfce4util.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (libxfce4util): New variable. OK

Re: [PATCH 12/15] gnu: Add thunar.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (thunar): New variable. [...] > +(synopsis "XFCE File Manager") Spell as “Xfce” for consistency. > +(description > + "A modern file manager for the Unix/Linux desktop, aiming to be > easy-to-use Rather: “for graphical desktop environments”.

Re: [PATCH 01/15] gnu: Add gtk-xfce-engine.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. OK. Ludo’.

Re: [PATCH 10/15] gnu: Add xfce4-session.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfce4-session): New variable. [...] > +(description > + "Session manager for Xfce, it will restores your session on startup and Typo: “it will restore”. Otherwise OK.

Re: [PATCH 11/15] gnu: Add xfce4-settings.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfce4-settings): New variable. OK

Re: [PATCH 08/15] gnu: Add xfce4-panel.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfce4-panel): New variable. [...] > +(propagated-inputs > + `(("libxfce4util" ,libxfce4util))) Same. Ludo’.

Re: [PATCH 05/15] gnu: Add exo.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (exo): New variable. [...] > +(propagated-inputs > + `(("gtk+" ,gtk+-2) > + ("libxfce4util" ,libxfce4util))) Ditto. > +(description > + "An extension library to Xfce, developed by os-cillation. While Xfce > comes What’s “os-cilla

Re: [PATCH 03/15] gnu: Add xfconf.

2014-12-11 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfconf): New variable. [...] > +(propagated-inputs > + `(("glib" ,glib) > + ("dbus" ,dbus) > + ("dbus-glib" ,dbus-glib))) Please add a comment stating why it’s propagated. OK with this change. Ludo’.

Re: [PATCH] gnu: Add nginx

2014-12-11 Thread Ludovic Courtès
Mark H Weaver skribis: > From 359d1b0a7dcb7320ff28bbabe792e0d8e6d399ad Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Wed, 10 Dec 2014 17:39:48 -0500 > Subject: [PATCH] gnu: Add nginx. > > * gnu/packages/web.scm (nginx): New variable. LGTM, but we’ll wait for the next iteration if you w

Re: [PATCH] gnu: pcre: Update to 8.36 and enable JIT support

2014-12-11 Thread Ludovic Courtès
Mark H Weaver skribis: > From 5796cf1178fbcf41ef1c3d6406adb992d7e71dd0 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Wed, 10 Dec 2014 15:56:00 -0500 > Subject: [PATCH] gnu: pcre: Update to 8.36 and enable JIT support. > > * gnu/packages/pcre.scm (pcre): Update to 8.36. Enable JIT suppo

Re: hydra python2-numpy-1.9.1 failure

2014-12-11 Thread Ludovic Courtès
Federico Beffa skribis: > Thanks for the input! It looks like on hydra the failure is > reproducible. It’s actually hard to know, because guix-daemon on hydra.gnu.org runs with --cache-failures. > Now that you mention race conditions, I remember having a hard time > with parallel builds in ATLA

Re: [PATCH] gnu: Add nginx

2014-12-11 Thread Mark H Weaver
Mark H Weaver writes: > From 359d1b0a7dcb7320ff28bbabe792e0d8e6d399ad Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Wed, 10 Dec 2014 17:39:48 -0500 > Subject: [PATCH] gnu: Add nginx. Based on my experiences attempting to deploy this server in practice, the compile-time configuration nee