Re: [PATCH] gnu: Add rofi.

2016-05-24 Thread Leo Famulari
On Tue, May 24, 2016 at 08:55:02AM +0200, Danny Milosavljevic wrote: > 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

[PATCH 1/1] gnu: python-libxml2: Don't use as replacement for libxml2.

2016-05-24 Thread Leo Famulari
This is a followup to commit 493e9a5a8f613764cfa396c33ee6cb381b0dbbef. * gnu/packages/xml.scm (python-libxml2, python2-libxml2)[replacement]: New field. --- gnu/packages/xml.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 96bb8b7..782e356

[PATCH 0/1] Grafting problem with libxml2

2016-05-24 Thread Leo Famulari
In 493e9a5a8f we fixed some bugs in libxml2 with a graft. Later, I couldn't reconfigure my GuixSD system, due to an error like this: ERROR: invalid replacement "/gnu/store/3szw4bvhlm0pv9fm6vhmzzdj64d7gvr6-python2-libxml2-2.9.3" "/gnu/store/5pp4pv6k8hhx2fgx62d40c028lszr8ga-libxml2-2.9.3"

Re: [PATCH] gnu: Add texmaker.

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

Re: [PATCH] gnu: Add hdf4

2016-05-24 Thread Eric Bavier
On 2016-05-24 08:20, Jeremy Robst wrote: Hi, I could apply the previous patch, but I've created a new one (below) that handles the tests (I think). +(license (license:x11-style + "https://www.hdfgroup.org/ftp/HDF/HDF_Current/src/unpacked/COPYING; To me, this looks more

Re: [PATCH 1/2] gnu: Rename texlive to tex.

2016-05-24 Thread Eric Bavier
On 2016-05-24 11:16, Roel Janssen wrote: John Darrington writes: On Tue, May 24, 2016 at 10:59:14AM +0200, Roel Janssen wrote: John Darrington writes: > On Tue, May 24, 2016 at 12:14:59AM +0200, Roel Janssen wrote: > * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm

Adding wc to Bournish

2016-05-24 Thread Efraim Flashner
GSoC just started and so far I have 13 tabs from the guile manual open on my computer. I almost implemented `du' at the same time as `wc' but at the time I was getting tripped up with functions returning functions or returning values. `wc-l' and `wc-w' are two separate functions ATM. It should be

Making local development easy

2016-05-24 Thread Christopher Baines
Today I had a go at writing a dummy python library, and packaging it, and then installing it within an environment, with the aim of experimenting more with how Guix works, and to explore how Guix can be used as a developer (with unpublished local packages). There were several slight issues with

Re: [PATCH 1/2] gnu: Rename texlive to tex.

2016-05-24 Thread Roel Janssen
John Darrington writes: > On Tue, May 24, 2016 at 10:59:14AM +0200, Roel Janssen wrote: > > John Darrington writes: > > > On Tue, May 24, 2016 at 12:14:59AM +0200, Roel Janssen wrote: > > * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to > tex.scm. >

Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Leo Famulari
On Tue, May 24, 2016 at 11:51:19AM +0200, Ludovic Courtès wrote: > Roel Janssen skribis: > > > 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

Re: [PATCH 1/2] gnu: Rename texlive to tex.

2016-05-24 Thread John Darrington
On Tue, May 24, 2016 at 10:59:14AM +0200, Roel Janssen wrote: John Darrington writes: > On Tue, May 24, 2016 at 12:14:59AM +0200, Roel Janssen wrote: > * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm. > * gnu/packages/texlive.scm: Rename

[PATCH] gnu: hurd: Add hurd-core-headers package.

2016-05-24 Thread Manolis Ragkousis
Hello everyone, This patch already exists in wip-hurd, but this is a modified version for master. I changed the name to hurd-core-headers instead of hurd-kernel-headers because the old name implied that the Hurd was a kernel, which is not, and we should avoid confusion. If you are okay with it,

Re: Scheme test driver should use ‘write’

2016-05-24 Thread Mathieu Lirzin
Hi, l...@gnu.org (Ludovic Courtès) writes: > I just noticed that our fancy ‘build-aux/test-driver.scm’ uses ‘display’ > instead of ‘write’ to write test values. > > So for instance, in tests/gremlin.log, we have: > > test-name: expand-origin > > [...] > > expected-value: (OOO/../lib OOO

Re: [PATCH] Add recursive CRAN importer

2016-05-24 Thread Ricardo Wurmus
Hi Guix, I’m sorry for the confusion. I accidentally resent this cover letter along with the patch for r-knitrbootstrap. Please note that the patch for r-knitrbootstrap has nothing to do with the recursive CRAN importer patches. ~~ Ricardo Ricardo Wurmus

Re: [PATCH] gnu: Add hdf4

2016-05-24 Thread Jeremy Robst
Hi, I could apply the previous patch, but I've created a new one (below) that handles the tests (I think). +(license (license:x11-style + "https://www.hdfgroup.org/ftp/HDF/HDF_Current/src/unpacked/COPYING; To me, this looks more like a variation on the BSD license

[PATCH] gnu: Add r-knitrbootstrap.

2016-05-24 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-knitrbootstrap): New variable. --- gnu/packages/statistics.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 76fd3b8..1288d9d 100644 --- a/gnu/packages/statistics.scm

[PATCH] Add recursive CRAN importer

2016-05-24 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

Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Ben Woodcroft
On 24/05/16 19:51, Ludovic Courtès wrote: What’s your Savannah account? Please make sure to upload your current OpenPGP public key there. Congrats, well deserved. ben

Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Efraim Flashner
On Tue, May 24, 2016 at 11:51:19AM +0200, Ludovic Courtès wrote: > Roel Janssen skribis: > > > 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

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

2016-05-24 Thread Ludovic Courtès
Ricardo Wurmus skribis: > 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

Re: [PATCH] gnu: Add texmaker.

2016-05-24 Thread Ludovic Courtès
Roel Janssen skribis: > 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

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

2016-05-24 Thread Ludovic Courtès
Roel Janssen skribis: [...] >>> This can be completely automated, so I don't think it has to be a lot of >>> work: >>> 1. guix package --export-source-tarballs=/var/www/public_html/ >> >> We could do this, but I figured we might as well let others do it. :-) >> Currently we have

Re: Timestamps in ...-autoloads.el files

2016-05-24 Thread Alex Kost
Ludovic Courtès (2016-05-22 00:02 +0300) wrote: > Alex Kost skribis: > >> Leo Famulari (2016-05-20 16:38 +0300) wrote: >> >>> On Fri, May 20, 2016 at 02:02:41PM +0200, Ludovic Courtès wrote: The patch LGTM, but since this is a full-rebuild change, I prefer keep it

Re: Timestamps in ...-autoloads.el files

2016-05-24 Thread Alex Kost
Ludovic Courtès (2016-05-22 00:01 +0300) wrote: > Alex Kost skribis: > >> From 13c2e7123d3b8f7dda5814c2ac00acfe806cec3b Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Thu, 19 May 2016 11:01:40 +0300 >> Subject: [PATCH] gnu: emacs: Remove *.elc and

Re: [PATCH 2/4] build-system/emacs: Use 'emacs-minimal' by default.

2016-05-24 Thread Alex Kost
Ludovic Courtès (2016-05-22 23:31 +0300) wrote: > Alex Kost skribis: > >> * guix/build-system/emacs.scm (default-emacs): Use 'emacs-minimal'. >> * gnu/packages/emacs.scm (emacs-auctex): Use 'emacs'. > > Perfect! > > (The other patches in the series are still fine, of course.)

Fixing scheme-indent-function.

2016-05-24 Thread Alex Kost
Ludovic Courtès (2016-05-22 00:03 +0300) wrote: > Alex Kost skribis: > >> Jan Nieuwenhuizen (2016-05-20 14:26 +0300) wrote: >> >>> Taylan Ulrich "Bayırlı/Kammer" writes: >>> This modified `scheme-indent-function' by Mark Weaver fixes that: >>> >>> Wow, that helps :-)

Re: [PATCH 1/2] gnu: Rename texlive to tex.

2016-05-24 Thread Roel Janssen
John Darrington writes: > On Tue, May 24, 2016 at 12:14:59AM +0200, Roel Janssen wrote: > * gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm. > * gnu/packages/texlive.scm: Rename file to tex.scm. > * gnu/packages/tex.scm: Renamed from texlive.scm. > *

Re: [PATCH] gnu: Add emacs-clojure-mode

2016-05-24 Thread Alex Kost
Catonano (2016-05-19 13:20 +0300) wrote: > 2016-05-19 10:54 GMT+02:00 Alex Kost : > > > Subject: gnu: Add emacs-clojure-mode >                                       ^ > This is a nitpick of course, but we put a period here... > > > * gnu/packages/emacs.scm

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

2016-05-24 Thread Efraim Flashner
On Tue, May 24, 2016 at 08:36:22AM +0200, Ricardo Wurmus wrote: > > Efraim Flashner writes: > > > On Mon, May 23, 2016 at 04:57:16PM +0200, Ricardo Wurmus wrote: > >> * gnu/packages/bioinformatics.scm (r-genomationdata): New variable. > >> --- > > [...] > > >> +

Re: Commit access for Kei Kebreau

2016-05-24 Thread Ludovic Courtès
Hi, Kei Kebreau skribis: > On Thu, 19 May 2016 12:21:06 +0300 > Alex Kost wrote: > >> Hello, Kei! >> >> Would you like to have commit access to the guix git repo? so that you >> can push the patches yourself (after they are reviewed). For this, >> you

Re: [PATCH] gnu: Add rofi.

2016-05-24 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

Re: [PATCH] gnu: Add ghmm.

2016-05-24 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

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

2016-05-24 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?