Re: [PATCH] gnu: Add node.

2014-06-30 Thread David Thompson
Cyrill Schenkel writes: > From 3ac30b57db1e57e1c80077df7ee645838deb04fd Mon Sep 17 00:00:00 2001 > From: Cyrill Schenkel > Date: Tue, 1 Jul 2014 00:18:41 +0200 > Subject: [PATCH] gnu: Add node. > Awesome! Thinking out loud: I would like to learn how to use Guix as a tool for web application pa

Re: [PATCH] gnu: Add node.

2014-06-30 Thread Eric Bavier
Cyrill Schenkel writes: > +By default the `gnu-build-system' tries to run the configure script with > +bash. This doesn't work because the node configure script is written in > +python. > + > +This patch is a small hack which redirects the original content of the > +configure script to python in

[PATCH] gnu: Add node.

2014-06-30 Thread Cyrill Schenkel
>From 3ac30b57db1e57e1c80077df7ee645838deb04fd Mon Sep 17 00:00:00 2001 From: Cyrill Schenkel Date: Tue, 1 Jul 2014 00:18:41 +0200 Subject: [PATCH] gnu: Add node. * gnu-system.am (GNU_SYSTEM_MODULES, dist_patch_DATA): Add new patch and package. * gnu/packages/patches/node-configure.patch: New fi

Re: Guix and The OS name?

2014-06-30 Thread Taylan Ulrich Bayirli/Kammer
Adam Pribyl writes: > I have a bit hard time to explain to other people whereas the Guix is > only a package manager or the name for complete OS and I have to > confess myself it is not really clear to me too. > > This logo > http://www.gnu.org/software/guix/graphics/guix-logo.small.png > says Gu

Guix and The OS name?

2014-06-30 Thread Adam Pribyl
I have a bit hard time to explain to other people whereas the Guix is only a package manager or the name for complete OS and I have to confess myself it is not really clear to me too. This logo http://www.gnu.org/software/guix/graphics/guix-logo.small.png says Guix The GNU System, however the t

Minimal gettext version

2014-06-30 Thread Andreas Enge
Hello, commit ee76417 contains the following change: diff --git a/configure.ac b/configure.ac -AM_GNU_GETTEXT_VERSION([0.18.1]) +AM_GNU_GETTEXT_VERSION([0.18.3]) Is this really necessary or just a side-effect of some automatic treatment? It prevents compilation with debian stable, which has only

Re: [PATCH] gnu: Add goffice and gnumeric

2014-06-30 Thread Ludovic Courtès
John Darrington skribis: > gnu/packages/gnome.scm (goffice, gnumeric): New variables. [...] > +(description "Gnumeric is a spreadsheet program for GNOME. The project > aims Two spaces after an end-of-sentence period. OK to push with this change, thank you! Ludo’.

Re: [PATCH 2/2] gnu: Add jrnl.

2014-06-30 Thread Ludovic Courtès
Eric Bavier skribis: > From d2131f9ddbbac601d3915b815fa58bce05b5d663 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Mon, 30 Jun 2014 00:28:40 -0500 > Subject: [PATCH 2/2] gnu: Add jrnl. > > * gnu/packages/jrnl.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > * gnu/packages/

Re: [PATCH 1/2] gnu: Add behave. (forgot the attchment...)

2014-06-30 Thread Ludovic Courtès
Eric Bavier skribis: > From ea01959c9d733b0151fbe1780a8c36244a43eb3a Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Mon, 30 Jun 2014 00:25:33 -0500 > Subject: [PATCH 1/2] gnu: Add behave. > > * gnu/packages/python.scm (python-six, python-enum34, python-parse-type, > python-parse, behave)

Re: [PATCH 1/2] gnu: Add behave. (forgot the attchment...)

2014-06-30 Thread Ludovic Courtès
Eric Bavier skribis: > From ea01959c9d733b0151fbe1780a8c36244a43eb3a Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Mon, 30 Jun 2014 00:25:33 -0500 > Subject: [PATCH 1/2] gnu: Add behave. > > * gnu/packages/python.scm (python-six, python-enum34, python-parse-type, > python-parse, behave)

[PATCH] gnu: Add goffice and gnumeric

2014-06-30 Thread John Darrington
gnu/packages/gnome.scm (goffice, gnumeric): New variables. --- gnu/packages/gnome.scm | 79 1 file changed, 79 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ee7c7c5..8fe82d7 100644 --- a/gnu/packages/gnome.scm +