Re: [PATCH] gnu: Add rofi.

2016-05-23 Thread Danny Milosavljevic
On Mon, 23 May 2016 00:28:26 -0400 Leo Famulari wrote: > The failing test (helper_expand) seems to fail when it can't find > `which`. The failing test is test/helper-expand.c and it tries to do this: int main ( int argc, char ** argv ) { cmd_set_arguments ( argc, argv ); if ( setlocal

Re: [PATCH] gnu: Add ghmm.

2016-05-23 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, May 23, 2016 at 12:52:00PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/machine-learning.scm (ghmm): New variable. > >> +(define-public ghmm >> + ;; The latest release candidate is several years and a couple of fixes >> have >> + ;; been published since. This

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

2016-05-23 Thread Ricardo Wurmus
Efraim Flashner writes: > On Mon, May 23, 2016 at 04:57:16PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (r-genomationdata): New variable. >> --- [...] >> +(arguments `(#:substitutable? #f)) > > why not? Because it’s an R data

Re: [PATCH 0/1] GRUB: Use Parted in tests

2016-05-23 Thread Leo Famulari
On Mon, May 23, 2016 at 11:29:00PM +0200, Ludovic Courtès wrote: > Efraim Flashner skribis: > > > On Sun, May 22, 2016 at 07:28:36PM -0400, Leo Famulari wrote: > >> Leo Famulari (1): > >> gnu: grub: Re-enable test. > >> > >> gnu/packages/grub.scm | 7 ++- > >> 1 file changed, 2 insertions

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

2016-05-23 Thread Roel Janssen
Ludovic Courtès writes: > Roel Janssen skribis: > >> Efraim Flashner writes: >> >>> On Mon, May 23, 2016 at 09:33:28AM +0200, Ricardo Wurmus wrote: Leo Famulari writes: > > [...] > All previous releases might still be available via SVN, though, so maybe we can find a way to

Re: [PATCH] gnu: Add texmaker.

2016-05-23 Thread Roel Janssen
>From fc657a31b4a52628c09a0b634c49b71cce2230bc Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 24 May 2016 00:14:59 +0200 Subject: [PATCH 1/2] gnu: Rename texlive to tex. * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm. * gnu/packages/texlive.scm: Rename file to tex.scm.

Re: [PATCH] gnu: Add orage.

2016-05-23 Thread Kei Kebreau
On Sun, 22 May 2016 22:34:07 -0400 Leo Famulari wrote: > On Wed, May 11, 2016 at 11:34:52AM -0400, Kei Yamashita wrote: > > Here's an updated patch. > > > From 68960221c70cd42165c2a4a42a1bf78e93d92035 Mon Sep 17 00:00:00 > > 2001 From: Kei Yamashita > > Date: Wed, 11 May 2016 11:31:14 -0400 >

Re: [PATCH 1/7] import cran: Remove more invalid characters from package names.

2016-05-23 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * guix/import/cran.scm (guix-name): Replace period and underscore with > dash; always prepend package names with "r-". [...] > +(string-append "r-" (string-downcase > + (regexp-substitute/global #f "(_|\\.)" name > +

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

2016-05-23 Thread Ludovic Courtès
Roel Janssen skribis: > Efraim Flashner writes: > >> On Mon, May 23, 2016 at 09:33:28AM +0200, Ricardo Wurmus wrote: >>> >>> Leo Famulari writes: [...] >>> All previous releases might still be available via SVN, though, so maybe >>> we can find a way to generalise this and add an SVN origin a

Re: Commit signing workflow

2016-05-23 Thread Ludovic Courtès
Hello! Leo Famulari skribis: > As requested in the discussion on "Trustable guix pull" [0], I've > recently started signing the commits I push to Savannah. > > At first, I set "gpgsign = true" in my Guix repo's Git config. This > requires you to sign every commit you make. It's effective, but I

Re: [PATCH] gnu: Add texmaker.

2016-05-23 Thread Ludovic Courtès
Hi! Roel Janssen skribis: > For the lack of a better place, I created a new file for texmaker. > Maybe we should consider moving all LaTeX-related stuff into latex.scm. > > Here's a patch for Texmaker -- a decent LaTeX editor for the non-Emacs > users ;-). Maybe we could rename texlive.scm to t

Re: [PATCH 0/1] GRUB: Use Parted in tests

2016-05-23 Thread Ludovic Courtès
Efraim Flashner skribis: > On Sun, May 22, 2016 at 07:28:36PM -0400, Leo Famulari wrote: >> I noticed that we disable a test in GRUB's test suite because it >> required Parted and (presumably) had not packaged it yet. >> >> I added it to native-inputs and successfully built GRUB on x86_64 and >>

Re: [v3] Erlang

2016-05-23 Thread Leo Famulari
On Mon, May 23, 2016 at 01:48:11PM +0200, Pjotr Prins wrote: > Good news. The changelog for > > http://erlang.org/download/OTP-19.0-rc1.README > > says that > > OTP-13504Application(s): compiler > >The compiler will no longer put the compilation date >and

Re: [PATCH] gnu: Add hdf4

2016-05-23 Thread Leo Famulari
On Mon, May 23, 2016 at 06:22:09PM +0100, Jeremy Robst wrote: Welcome, and thanks for the patch! Unfortunately, I can't seem to apply it to my source tree. Is anybody else able to do so? I can't figure *why* it doesn't apply. Jeremy, are you able to apply it with `patch -p1` or `git am`? > +(def

Re: [PATCH] gnu: Add texmaker.

2016-05-23 Thread Roel Janssen
Efraim Flashner writes: > On Mon, May 23, 2016 at 01:59:07AM +0200, Roel Janssen wrote: >> Dear Guix, >> >> For the lack of a better place, I created a new file for texmaker. >> Maybe we should consider moving all LaTeX-related stuff into latex.scm. >> >> Here's a patch for Texmaker -- a decent

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

2016-05-23 Thread Efraim Flashner
On Mon, May 23, 2016 at 04:57:16PM +0200, Ricardo Wurmus wrote: > * gnu/packages/bioinformatics.scm (r-genomationdata): New variable. > --- > gnu/packages/bioinformatics.scm | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/

Re: [PATCH] gnu: Add texmaker.

2016-05-23 Thread Efraim Flashner
On Mon, May 23, 2016 at 01:59:07AM +0200, Roel Janssen wrote: > Dear Guix, > > For the lack of a better place, I created a new file for texmaker. > Maybe we should consider moving all LaTeX-related stuff into latex.scm. > > Here's a patch for Texmaker -- a decent LaTeX editor for the non-Emacs >

[PATCH] gnu: Add hdf4

2016-05-23 Thread Jeremy Robst
* gnu/packages/maths.scm (hdf4): New variable --- gnu/packages/maths.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 19ed44f..570cc32 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/mat

Re: [PATCH] gnu: Add ghmm.

2016-05-23 Thread Leo Famulari
On Mon, May 23, 2016 at 12:52:00PM +0200, Ricardo Wurmus wrote: > * gnu/packages/machine-learning.scm (ghmm): New variable. > +(define-public ghmm > + ;; The latest release candidate is several years and a couple of fixes have > + ;; been published since. This is why we download the sources fro

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

2016-05-23 Thread Leo Famulari
On Mon, May 23, 2016 at 11:09:13AM +0200, Roel Janssen wrote: > > Leo Famulari writes: > > > On Mon, May 09, 2016 at 01:18:08PM +0200, Roel Janssen wrote: > >> * gnu/packages/statistics.scm (r-zoo): New variable. > > > > Thanks, looks good! > > > > The patch no longer applies. Can you rebase it o

[PATCH 4/7] import cran: Ignore default R packages.

2016-05-23 Thread Ricardo Wurmus
* guix/import/cran.scm (default-r-packages): New variable. (description->package): Drop default R packages from list of inputs. --- guix/import/cran.scm | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index ff9

[PATCH 1/7] import cran: Remove more invalid characters from package names.

2016-05-23 Thread Ricardo Wurmus
* guix/import/cran.scm (guix-name): Replace period and underscore with dash; always prepend package names with "r-". --- guix/import/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index c1a9e8e..8b368af 100644 --- a/

[PATCH 2/7] import cran: Move guix-name to top-level.

2016-05-23 Thread Ricardo Wurmus
* guix/import/cran.scm (guix-name): Move to top-level. --- guix/import/cran.scm | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 8b368af..0be5346 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -147,1

[PATCH] Add recursive CRAN importer

2016-05-23 Thread Ricardo Wurmus
attached is a patch series that gives us a recursive CRAN importer. I still haven't documented it in the manual, because I'm not sure if the implementation is acceptable. Simply put, the procedure that produces a package expression now returns multiple values. The first is the package expression

[PATCH 1/7] import cran: Remove more invalid characters from package names.

2016-05-23 Thread Ricardo Wurmus
* guix/import/cran.scm (guix-name): Replace period and underscore with dash; always prepend package names with "r-". --- guix/import/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index c1a9e8e..8b368af 100644 --- a/

[PATCH 7/7] guix import: Print list of expressions.

2016-05-23 Thread Ricardo Wurmus
* guix/scripts/import.scm (guix-import): Print list of expressions. --- guix/scripts/import.scm | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/guix/scripts/import.scm b/guix/scripts/import.scm index e54744f..5cda3dd 100644 --- a/guix/scripts/import.scm +++ b/

[PATCH 6/7] import cran: Add "recursive" option.

2016-05-23 Thread Ricardo Wurmus
* guix/scripts/import/cran.scm: (%options): Add "recursive" option. (guix-import-cran): Handle "recursive" option. --- guix/scripts/import/cran.scm | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/guix/scripts/import/cran.scm b/guix/scripts/import/cra

[PATCH 5/7] import cran: Add recursive importer.

2016-05-23 Thread Ricardo Wurmus
* guix/import/cran.scm (recursive-import): New variable. --- guix/import/cran.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 522df3e..907441e 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -33,8 +33,

[PATCH 3/7] import cran: description->package: Also return package dependencies.

2016-05-23 Thread Ricardo Wurmus
* guix/import/cran.scm (description->package): Return package dependencies in addition to generated package expression. --- guix/import/cran.scm | 58 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/guix/import/cran.scm b/guix/

[PATCH] gnu: Add r-genomationdata.

2016-05-23 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-genomationdata): New variable. --- gnu/packages/bioinformatics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fbaae12..51c371c 100644 --- a/gnu/packages

Re: [Patch] Add python-rope

2016-05-23 Thread Lukas Gradl
Ben Woodcroft writes: > On 22/05/16 09:24, Lukas Gradl wrote: >> An updated patch is attached. > > Applied as '88bb419' with minor changes to the commenting and commit > message. Thank you for your help! Best, Lukas

[PATCH] gnu: Add r-runit.

2016-05-23 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-runit): New variable. --- gnu/packages/statistics.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 43f9042..5961306 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packa

Re: [v3] Erlang

2016-05-23 Thread Pjotr Prins
On Sat, Apr 09, 2016 at 12:56:49PM +0200, Pjotr Prins wrote: > On Tue, Apr 05, 2016 at 02:46:42PM -0400, Leo Famulari wrote: > > On Tue, Apr 05, 2016 at 12:02:28PM +0200, Pjotr Prins wrote: > > > I received a nice reply from Joe Armstrong. Basically he agrees with > > > the idea of deterministic bu

Re: [PATCH] gnu: Add poppler-qt5.

2016-05-23 Thread Roel Janssen
Efraim Flashner writes: > On Mon, May 23, 2016 at 01:56:17AM +0200, Roel Janssen wrote: >> Dear Guix, >> >> I need poppler-qt5 for Texmaker (see other patch), so here is a patch: >> >> >From ef330ec9125246f81094ac36c2f564f3f3fca029 Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Mon, 2

Re: [PATCH] gnu: Add poppler-qt5.

2016-05-23 Thread Efraim Flashner
On Mon, May 23, 2016 at 01:56:17AM +0200, Roel Janssen wrote: > Dear Guix, > > I need poppler-qt5 for Texmaker (see other patch), so here is a patch: > > >From ef330ec9125246f81094ac36c2f564f3f3fca029 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Mon, 23 May 2016 01:47:11 +0200 > Subject

Re: [PATCH] gnu: Add ParDRe.

2016-05-23 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Roel Janssen writes: > >> Ricardo Wurmus writes: >> >>> * gnu/packages/bioinformatics.scm (pardre): New variable. >>> --- >>> gnu/packages/bioinformatics.scm | 41 >>> + >>> 1 file changed, 41 insertions(+) >>> >>> diff --git a/

[PATCH] gnu: Add ghmm.

2016-05-23 Thread Ricardo Wurmus
* gnu/packages/machine-learning.scm (ghmm): New variable. --- gnu/packages/machine-learning.scm | 94 ++- 1 file changed, 93 insertions(+), 1 deletion(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index cbc7509..584aeae

Re: [PATCH] gnu: Add ParDRe.

2016-05-23 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> * gnu/packages/bioinformatics.scm (pardre): New variable. >> --- >> gnu/packages/bioinformatics.scm | 41 >> + >> 1 file changed, 41 insertions(+) >> >> diff --git a/gnu/packages/bioinformatics.scm >> b

Re: [PATCH] gnu: Add ParDRe.

2016-05-23 Thread Roel Janssen
Ricardo Wurmus writes: > * gnu/packages/bioinformatics.scm (pardre): New variable. > --- > gnu/packages/bioinformatics.scm | 41 > + > 1 file changed, 41 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm > in

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

2016-05-23 Thread Roel Janssen
Efraim Flashner writes: > On Mon, May 23, 2016 at 09:33:28AM +0200, Ricardo Wurmus wrote: >> >> Leo Famulari writes: >> >> > On Tue, May 03, 2016 at 09:36:28AM +0200, Roel Janssen wrote: >> >> * gnu/packages/bioinformatics.scm (r-edger): New variable. >> > >> > I tried to build this (and limma

[PATCH] gnu: Add ParDRe.

2016-05-23 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pardre): New variable. --- gnu/packages/bioinformatics.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 787f386..e681c56 100644 --- a/gnu/pac

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

2016-05-23 Thread Roel Janssen
Leo Famulari writes: > On Mon, May 09, 2016 at 01:18:08PM +0200, Roel Janssen wrote: >> * gnu/packages/statistics.scm (r-zoo): New variable. > > Thanks, looks good! > > The patch no longer applies. Can you rebase it on the current master > branch and re-send? Thanks for looking at it! Here is t

Re: [PATCH 0/1] GRUB: Use Parted in tests

2016-05-23 Thread Efraim Flashner
On Sun, May 22, 2016 at 07:28:36PM -0400, Leo Famulari wrote: > I noticed that we disable a test in GRUB's test suite because it > required Parted and (presumably) had not packaged it yet. > > I added it to native-inputs and successfully built GRUB on x86_64 and > i686. > > Leo Famulari (1): >

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

2016-05-23 Thread Efraim Flashner
On Mon, May 23, 2016 at 09:33:28AM +0200, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > On Tue, May 03, 2016 at 09:36:28AM +0200, Roel Janssen wrote: > >> * gnu/packages/bioinformatics.scm (r-edger): New variable. > > > > I tried to build this (and limma), but the source tarball is no lon

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

2016-05-23 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, May 03, 2016 at 09:36:28AM +0200, Roel Janssen wrote: >> * gnu/packages/bioinformatics.scm (r-edger): New variable. > > I tried to build this (and limma), but the source tarball is no longer > available. I couldn't find any archived releases on the bioconductor > s