Re: [PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-15 Thread Leo Famulari
On Wed, Sep 14, 2016 at 11:17:24AM +0200, Ivan Vilata i Balaguer wrote: > Subject: [PATCH 2/2] gnu: python: Add i3-quickswitch. > > * gnu/packages/python.scm (i3-quickswitch): New variable. Cool, this works :) > +(define-public i3-quickswitch > + (package > +(name "i3-quickswitch") Again,

Re: [PATCH 0/2] Add quickswitch for i3

2016-09-15 Thread Leo Famulari
On Wed, Sep 14, 2016 at 11:12:29AM +0200, Ivan Vilata i Balaguer wrote: > Hi everyone, Hi! > The following two patches add the [quickswitch for i3][] package. It > depends on [i3-py][], which I renamed to ``python-i3``. The quickswitch > package is named ``i3-quickswitch``. I hope I got the

Re: [PATCH 1/2] gnu: python: Add python-i3.

2016-09-15 Thread Leo Famulari
On Wed, Sep 14, 2016 at 11:16:38AM +0200, Ivan Vilata i Balaguer wrote: > Subject: [PATCH 1/2] gnu: python: Add python-i3. > > * gnu/packages/python.scm (python-i3, python2-i3): New variables. Thank you for this patch! > +(define-public python-i3 > + (package > +(name "python-i3") I think

Re: [PATCH] Clean all .go in clean-go

2016-09-15 Thread Eric Bavier
On Fri, 02 Sep 2016 14:42:27 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Eric Bavier skribis: > > > On Thu, 01 Sep 2016 14:37:58 +0200 > > l...@gnu.org (Ludovic Courtès) wrote: > > [...] > > >> > In regards of the .go files remaining in the build directory, I

Re: [PATCH 02/12] import: utils: Symbols from 'license->symbol' have a license: prefix.

2016-09-15 Thread Eric Bavier
On Tue, 30 Aug 2016 14:07:48 -0500 Eric Bavier wrote: > On Sat, 27 Aug 2016 10:31:44 +0200 > David Craven wrote: > > > > Is the purpose of this patch to make importers return licenses with this > > > prefix or is there another use case? > > > >

Re: 05/05: gnu: prosody: Don't generate example SSL certificates.

2016-09-15 Thread Leo Famulari
On Fri, Sep 16, 2016 at 12:05:18AM +, Tobias Geerinckx-Rice wrote: > nckx pushed a commit to branch master > in repository guix. > > commit 7f39e131805857614a171b51cbf432b4285ba1e6 > Author: Tobias Geerinckx-Rice > Date: Fri Sep 16 01:44:24 2016 +0200 > > gnu: prosody:

Re: [PATCH] gnu: par2cmdline.

2016-09-15 Thread Eric Bavier
On Wed, 14 Sep 2016 16:43:47 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Brendan Tildesley skribis: > > > On 2016-09-13 22:09, Ludovic Courtès wrote: > >> Hello, > >> > >> Just a quick note: > >> > >> Brendan Tildesley

guile-dbi: Use libltdl and prefer GUILE_DBD_PATH.

2016-09-15 Thread 宋文武
Hi! To reall, curentlly, guile-dbi use dlopen to load its backends. So, for Guix we have to set LD_LIBRARY_PATH, which is not desired. > [...] > (me:) >> I think it will be great to introduce a new search path (eg: GUILE_DBD_PATH) >> in addition to LD_LIBRARY_PATH. Find the absolute so filepath

[WIP PATCH] gnu: Add evolution.

2016-09-15 Thread rennes
Hello, this patch is evolution, a mail client for the GNOME desktop. To run evolution is necessary to install evolution-data-server in user profile; then I think that is required to start evolution-data-server as a service to run successfully evolution without install evolution- data-server in

Re: [PATCH] gnu: Add gloox.

2016-09-15 Thread ng0
ng0 writes: > [ Unknown signature status ] > > This patch adds gloox, a dependency for 0ad needs for their "lobby" > feature. Gentoo builds it with libressl without any patches applied, > they had a long discussion and are very strict in their testing, looking > at the

[PATCH] gnu: Add gloox.

2016-09-15 Thread ng0
This patch adds gloox, a dependency for 0ad needs for their "lobby" feature. Gentoo builds it with libressl without any patches applied, they had a long discussion and are very strict in their testing, looking at the tests comparing libressl and openssl builds I did there was no failure and if it

Re: [Patch 10/10] Add ring-client-gnome.

2016-09-15 Thread Danny Milosavljevic
> + (propagated-inputs > + `(("libring" ,libring) ; This is needed to run dring. Wait... I don't understand why it's required to be propagated... > + ("adwaita-icon-theme" ,adwaita-icon-theme) Okay. > + ("evolution-data-server" ,evolution-data-server))) Hmm. Why is

Re: [Patch 6/10] telephony: Add license prefix.

2016-09-15 Thread Danny Milosavljevic
LGTM

Re: [Patch 4/10] argon2: Install pkg-config file.

2016-09-15 Thread Danny Milosavljevic
> + (snippet > +'(let ((p (open-file "argon2.pc" "a"))) ... ^ why? > + (begin > + (display > + (string-append "prefix=/usr/local\n" > + "exec_prefix=${prefix}\n" > +

Re: [PATCH] gnu: Add linux-pam.

2016-09-15 Thread rennes
Hello Ludovic, > What’s the status of this patch? > > If discussion with upstream is underway, we could apply it in > core-udpates. I have not been answered by the team of linux-pam. This is my ticket: https://fedorahosted.org/linux-pam/ticket/64 Thanks

Re: [PATCH] gnu: Add linux-pam.

2016-09-15 Thread Ludovic Courtès
Hello! ren...@openmailbox.org skribis: > This is a patch for linux-pam, at compile on the Hurd system searches > the file fsuid.h. The patch was taken from the Debian project. > > * This patch is prerequisite for lsh/openssh packages. > * The patch was build and installed on Linux and the Hurd

Re: "filesystem" vs. "file system"

2016-09-15 Thread Ludovic Courtès
John Darrington skribis: > On Tue, Sep 13, 2016 at 01:45:19PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > > +The @code{(gnu services nfs)} module provides the following services, > > +which are most

Re: [PATCH 1/2] gnu: add python-django.

2016-09-15 Thread Hartmut Goebel
Hello Ludo, > Do you want to send a patch to fix this? enclosed please find the patch. Please double check to ensure I did not re-mix-it-up :-) In case of any doubt, please ask. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | |

New German PO file for 'guix' (version 0.11.0)

2016-09-15 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix' has been submitted by the German team of translators. The file is available at: http://translationproject.org/latest/guix/de.po (We can arrange things so that in the

Re: [PATCH] Add gctp

2016-09-15 Thread Thomas Danckaert
Hi Guix, I've cleaned up my gctp patch, following your advice: From: Leo Famulari Subject: Re: [PATCH] Add gctp Date: Mon, 18 Jul 2016 17:47:23 -0400 If it's not possible to use the bundled GCTPs then we have to use an external library, but I think it should be maintained

cracklib: Fix buffer overflow

2016-09-15 Thread Leo Famulari
This patch cherry-picks an upstream commit to fix a buffer overflow in cracklib. Please see the patch file for more information about the bug. From 62f8f1763ba1766e92e8dc05686bd9353eaf2ad5 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 15 Sep 2016 11:34:49 -0400

Re: [PATCH] gnu: Add darkhttpd.

2016-09-15 Thread Leo Famulari
On Thu, Sep 15, 2016 at 11:47:16AM +0530, Arun Isaac wrote: > > > I found some tests! See attached. Part of the test suite wants some > > static library from Clang / LLVM; I couldn't make that work in 5 minutes > > so I gave up ;) I think it's okay to commit in this state. > > Yeah, the

[PATCH] gnu: Add enet.

2016-09-15 Thread ng0
This adds one dependency for the graph of the game 0ad: enet. From 950cbd3b274c583e8c639633527b8174d78836be Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 15 Sep 2016 15:01:14 + Subject: [PATCH] gnu: Add enet. * gnu/packages/networking.scm (enet): New variable. ---

Re: [PATCH] gnu: Add qscintilla.

2016-09-15 Thread Kei Kebreau
Kei Kebreau writes: > Efraim Flashner writes: > >> On September 14, 2016 11:37:46 PM GMT+03:00, Kei Kebreau >> wrote: >>>Leo Famulari writes: >>> On Wed, Sep 14, 2016 at 02:11:44PM -0400, Kei Kebreau

Re: [PATCH] refresh nss-certs

2016-09-15 Thread Leo Famulari
On Wed, Sep 07, 2016 at 01:13:19PM +0200, Vincent Legoll wrote: > On Fri, Sep 2, 2016 at 2:21 PM, Ludovic Courtès wrote: > > If NSS and its main users (IceCat) build fine, I would suggest applying > > this patch. > > Build tested on GuixSD, .config/guix/latest pointing to current

Re: [PATCH 0/2] Updated patches for gunicorn

2016-09-15 Thread Hartmut Goebel
Am 15.09.2016 um 13:27 schrieb ng0: > Thanks. One question, can't they be squashed so that it's just one > initial commit? It can. I split it up to make it easier compare the changes to my first attempt. Whoever will commit the patch: feel free to merge it. -- Regards Hartmut Goebel | Hartmut

[PATCH 3/7] gnu: Add r-biocviews.

2016-09-15 Thread Roel Janssen
* gnu/packages/bioinformatics.scm (r-biocviews): New variable. --- gnu/packages/bioinformatics.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3d607cc..fa32075 100644 ---

[PATCH 7/7] gnu: Add r-bioccheck.

2016-09-15 Thread Roel Janssen
* gnu/packages/bioinformatics.scm (r-bioccheck): New variable. --- gnu/packages/bioinformatics.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 902d1d2..00a4161 100644 ---

[PATCH 6/7] gnu: Add r-getopt. * gnu/packages/bioinformatics.scm (r-getopt): New variable. --- gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)

2016-09-15 Thread Roel Janssen
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index af32d66..902d1d2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5404,6 +5404,28 @@ functionality.") scripts that accept short and long flag/options.") (license

[PATCH 2/7] gnu: Add r-rbgl.

2016-09-15 Thread Roel Janssen
* gnu/packages/bioinformatics.scm (r-rbgl): New variable. --- gnu/packages/bioinformatics.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ffb9692..3d607cc 100644 ---

[PATCH 4/7] gnu: Add r-biocstyle.

2016-09-15 Thread Roel Janssen
* gnu/packages/bioinformatics.scm (r-biocstyle): New variable. --- gnu/packages/bioinformatics.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fa32075..225e470 100644 ---

[PATCH 5/7] gnu: Add r-optparse.

2016-09-15 Thread Roel Janssen
* gnu/packages/bioinformatics.scm (r-optparse): New variable. --- gnu/packages/bioinformatics.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 225e470..af32d66 100644 ---

[PATCH 1/7] gnu: Add r-biocinstaller.

2016-09-15 Thread Roel Janssen
* gnu/packages/bioinformatics.scm (r-biocinstaller): New variable. --- gnu/packages/bioinformatics.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 39a420a..ffb9692 100644 ---

[PATCH 0/7] Add bioconductor package creation tools.

2016-09-15 Thread Roel Janssen
Dear Guix, In the following patch series I add packages to do package development for Bioconductor. They have a couple of tools to perform extra checks to ensure Bioconductor packages work together well. Since I am trying to add a package to Bioconductor, I need these packages in GNU Guix.

Re: [PATCH 0/2] Updated patches for gunicorn

2016-09-15 Thread ng0
Hi, Hartmut Goebel writes: > As discussed, I updated some comments. Additionally I added building teh > documentation (2nd patch). Thanks. One question, can't they be squashed so that it's just one initial commit? > Hartmut Goebel (2): > gnu: Add gunicorn and

[PATCH 1/2] gnu: Add gunicorn and gunicorn-python2.

2016-09-15 Thread Hartmut Goebel
* gnu/packages/web.scm (gunicorn, gunicorn-python2): New variables. --- gnu/packages/web.scm | 55 1 file changed, 55 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index b9c201d..3841c6b 100644 ---

[PATCH 0/2] Updated patches for gunicorn

2016-09-15 Thread Hartmut Goebel
As discussed, I updated some comments. Additionally I added building teh documentation (2nd patch). Hartmut Goebel (2): gnu: Add gunicorn and gunicorn-python2. gnu: Build documentation for gunicorn and gunicorn-python2. gnu/packages/web.scm | 80

[PATCH 2/2] gnu: Build documentation for gunicorn and gunicorn-python2.

2016-09-15 Thread Hartmut Goebel
* gnu/packages/web.scm (gunicorn): Add build and install documentation (html, info, examples). --- gnu/packages/web.scm | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3841c6b..e04cce0 100644

Re: User-profile search paths should include system-profile directories

2016-09-15 Thread Alex Kost
Ludovic Courtès (2016-09-14 16:58 +0200) wrote: > Hello, > > csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > >> I have an interesting case here. I have guile installed in my system >> profile, so that >> >> /var/guix/profiles/system/profile/share/aclocal/guile.m4 >> >> is there.

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

2016-09-15 Thread Christopher Baines
On 14/09/16 15:37, Ludovic Courtès wrote: > Christopher Baines skribis: > >> * gnu/packages/emacs.scm (emacs-es-mode): New variable. > > I made minor changes: > >> +(inputs `(("guile" ,guile-2.0))) > > I removed it since it’s unused, AFAICS. > >> +(propagated-inputs

Re: [PATCH] gnu: Add darkhttpd.

2016-09-15 Thread Arun Isaac
> I found some tests! See attached. Part of the test suite wants some > static library from Clang / LLVM; I couldn't make that work in 5 minutes > so I gave up ;) I think it's okay to commit in this state. Yeah, the darkhttpd git repo has some test cases, but the release tarball does not. Since