Re: [PATCH] gnu: conkeror: Update to 1.0.3

2016-07-04 Thread Alex Kost
John J Foerch (2016-07-03 18:50 +0300) wrote: > From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 > From: "John J. Foerch" > Date: Sun, 3 Jul 2016 11:46:20 -0400 > Subject: [PATCH] gnu: conkeror: Update to 1.0.3. > > * gnu/packages/conkeror.scm (conkeror): Update to 1.0.3. J

Re: [PATCH] gnurl: Update to 7.48.0.

2016-07-04 Thread Efraim Flashner
On Mon, Jul 04, 2016 at 12:24:58AM +, ng0 wrote: > I hope this works now. > > From 09b306ffa62d9555dc835dfb933a5ad4434a641e Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 1 Jul 2016 18:21:45 + > Subject: [PATCH] gnu: gnurl: Update to 7.48.0. > Everything worked this time :) Pushed

Re: [PATCH] New package: Seren

2016-07-04 Thread Francesco Frassinelli
2016-07-04 8:56 GMT+02:00 Alex Kost : > Francesco Frassinelli (2016-05-05 17:34 +0300) wrote: > > > I'm a new Guix user and I created a package for Seren, a P2P VoIP > > conference program which uses Opus as codec. > > Ping! Hello again, are you willing to send an updated patch, putting > 'seren'

Re: [PATCH] gnu: Add emacs-eprime

2016-07-04 Thread Alex Kost
Roel Janssen (2016-07-03 19:57 +0300) wrote: > Dear Guix, > > Here's a fairly trivial patch to add an eprime-mode for Emacs. The > author hasn't made a release (at least not on Github), so I grabbed > the source by the most recent commit (June 27, 2014), and used a version > number compatible wit

Re: not a patch.. yet. git-daemon-service

2016-07-04 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >>> (define-record-type* >>> git-daemon-configuration make-git-daemon-configuration >>> git-daemon-configuration? >>> (git-daemon git-daemon-configuration-git >>> (default git)) >>> (base-path git-daemon-configuration-ba

Re: gexps and ‘with-imported-modules’

2016-07-04 Thread Alex Kost
Ludovic Courtès (2016-07-04 01:20 +0300) wrote: > Hello! > > The ‘wip-gexp-imported-modules’ branch changes gexps so that each gexp > embeds information about which modules need to be imported into its > execution environment. > > Before you would do: > > (gexp->derivation "foo" >

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-04 Thread Manolis Ragkousis
Hello, On 07/04/16 07:02, ren...@openmailbox.org wrote: > The current release is 2.12.0, and still uses the constant PATH_MAX. > And I have not found any related patch for this detail. Could you send the related patches to fontconfig upstream and see what they think about them? Thank you, Manoli

[PATCH] gnu: Add scrollkeeper.

2016-07-04 Thread Roel Janssen
Dear Guix, As you may know, I am trying to package GParted. It uses Scrollkeeper for its help function, so I'd like to add it to the distribution already. If it's fine with you, I will continue to push this to the repository. As always, thank you for your time. Kind regards, Roel Janssen >From

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-04 Thread Ludovic Courtès
Hello! And thank you Manolis to taking care of this. :-) ren...@openmailbox.org skribis: > From 3195bf1e75493675dc8cbd81a0f83e0b4538263b Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Sat, 18 Jun 2016 13:37:19 -0500 > Subject: [PATCH] gnu: Add fontconfig-path-max. > > --- > gnu/packag

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-04 Thread Ludovic Courtès
Oops, I spoke too fast. ren...@openmailbox.org skribis: > +++ b/gnu/packages/patches/fontconfig-fcdefault.patch > @@ -0,0 +1,23 @@ > +This patch replaces the use of macro PATH_MAX by *buf constant, > +which allows dynamic memory allocation. > + > +--- > + src/fcdefault.c | 2 +- > + 1 file changed

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-07-04 Thread Ludovic Courtès
Hi, Efraim Flashner skribis: > On Thu, Apr 07, 2016 at 04:07:25PM +0300, Manolis Ragkousis wrote: >> Hey Ludo, >> >> I have reproduced the problem on the latest master targeting i686-linux >> and arm-linux-gnueabihf. >> >> The problem is that those libraries will fail to build when glibc is no

Re: not a patch.. yet. git-daemon-service

2016-07-04 Thread Ludovic Courtès
ng0 skribis: > Ludovic Courtès writes: > >> ng0 skribis: >> (define-record-type* git-daemon-configuration make-git-daemon-configuration git-daemon-configuration? (git-daemon git-daemon-configuration-git (default git)) (base-path g

Re: [PATCH] gnu: conkeror: Update to 1.0.3

2016-07-04 Thread Ludovic Courtès
Alex Kost skribis: > John J Foerch (2016-07-03 18:50 +0300) wrote: > >> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 >> From: "John J. Foerch" >> Date: Sun, 3 Jul 2016 11:46:20 -0400 >> Subject: [PATCH] gnu: conkeror: Update to 1.0.3. >> >> * gnu/packages/conkeror.scm (

[PATCH 0/2] gnu: Add EMBOSS.

2016-07-04 Thread Ricardo Wurmus
Hi Guix, this patch set adds the bioinformatics package EMBOSS along with a PDF library "libharu". Ricardo Wurmus (2): gnu: Add libharu. gnu: Add EMBOSS. gnu/packages/bioinformatics.scm | 67 + gnu/packages/pdf.scm| 42

[PATCH 1/2] gnu: Add libharu.

2016-07-04 Thread Ricardo Wurmus
* gnu/packages/pdf.scm (libharu): New variable. --- gnu/packages/pdf.scm | 42 +- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index d46bd1f..36d3985 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/pac

[PATCH 2/2] gnu: Add EMBOSS.

2016-07-04 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (emboss): New variable. --- gnu/packages/bioinformatics.scm | 67 + 1 file changed, 67 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 11784ab..05063d3 100644 --- a/gnu/pac

Re: [PATCH 0/2] gnu: Add EMBOSS.

2016-07-04 Thread Roel Janssen
Hello Ricardo, Wow this is cool. I thought EMBOSS had a lot more dependencies than described in the provided patches. This looks very clean. Nice work :) Kind regards, Roel Janssen Ricardo Wurmus writes: > Hi Guix, > > this patch set adds the bioinformatics package EMBOSS along with a PDF l

Re: chroot/aarch64 issues

2016-07-04 Thread Ludovic Courtès
Hi! Efraim Flashner skribis: > On the side I'm working on the aarch64 port, and I've come across a Woohoo! > snag. I've been unable to actually get anything to build. When I start > the daemon as: > `sudo ./pre-inst-env guix-daemon --build-users-group=guixbuild', > when I attempt to build hell

Re: gexps and ‘with-imported-modules’

2016-07-04 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-07-04 01:20 +0300) wrote: > >> Hello! >> >> The ‘wip-gexp-imported-modules’ branch changes gexps so that each gexp >> embeds information about which modules need to be imported into its >> execution environment. >> >> Before you would do: >> >> (gexp->

Re: Cross-building GuixSD (and maybe using pre-built toolchains)

2016-07-04 Thread Ludovic Courtès
Hello, Paul Boddie skribis: > I was looking at the documentation, which is rather more helpful than most > distributions when it comes to describing how the actual distribution > archives > are built, and I figured a few things out about guix-daemon. However, I'm > doing all my work in a chr

Re: [PATCH] gnu: conkeror: Update to 1.0.3

2016-07-04 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > Alex Kost skribis: > >> John J Foerch (2016-07-03 18:50 +0300) wrote: >> >>> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 >>> From: "John J. Foerch" >>> Date: Sun, 3 Jul 2016 11:46:20 -0400 >>> Subject: [PATCH] gnu: conkeror: Upd

Re: [PATCH] gnu: Add di.

2016-07-04 Thread John J Foerch
Alex Kost writes: > John J Foerch (2016-07-04 06:47 +0300) wrote: > >> John J Foerch writes: >> >>> Leo Famulari writes: >>> On Sat, Jul 02, 2016 at 03:13:52PM -0400, John J Foerch wrote: > * gnu/packages/admin.scm (di): New variable. Thanks! > +(arguments >

[PATCH] python2-pythondialog: Update to 3.4.0

2016-07-04 Thread ng0
>From c20789a0807166f683e36a47b3f08b89d93abef5 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 4 Jul 2016 16:16:05 + Subject: [PATCH] gnu: python2-pythondialog: Update to 3.4.0. * gnu/packages/python.scm (python2-pythondialog): Update to 3.4.0. --- gnu/packages/python.scm | 5 +++-- 1 file cha

[PATCH] Add python-pythondialog

2016-07-04 Thread ng0
>From 7439588d56d9c6935a4f88b46bc3b77a9f57565e Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 4 Jul 2016 16:53:06 + Subject: [PATCH] gnu: Add python-pythondialog. * gnu/packages/python.scm (python-pythondialog): New variable. --- gnu/packages/python.scm | 35 ++

Re: [PATCH] python2-pythondialog: Update to 3.4.0

2016-07-04 Thread Leo Famulari
On Mon, Jul 04, 2016 at 04:56:11PM +, ng0 wrote: > From c20789a0807166f683e36a47b3f08b89d93abef5 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Mon, 4 Jul 2016 16:16:05 + > Subject: [PATCH] gnu: python2-pythondialog: Update to 3.4.0. > > * gnu/packages/python.scm (python2-pythondialog): Upd

Re: [PATCH] Add python-pythondialog

2016-07-04 Thread Leo Famulari
On Mon, Jul 04, 2016 at 05:05:07PM +, ng0 wrote: > * gnu/packages/python.scm (python-pythondialog): New variable. For those reading along, python2-pythondialog and python-pythondialog are separate implementations with different source tarballs. They are maintained by the same group. But, the

Re: [PATCH] python2-pythondialog: Update to 3.4.0

2016-07-04 Thread ng0
Leo Famulari writes: > On Mon, Jul 04, 2016 at 04:56:11PM +, ng0 wrote: >> From c20789a0807166f683e36a47b3f08b89d93abef5 Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Mon, 4 Jul 2016 16:16:05 + >> Subject: [PATCH] gnu: python2-pythondialog: Update to 3.4.0. >> >> * gnu/packages/python.s

Re: [PATCH] Add python-pythondialog

2016-07-04 Thread ng0
Leo Famulari writes: > On Mon, Jul 04, 2016 at 05:05:07PM +, ng0 wrote: >> * gnu/packages/python.scm (python-pythondialog): New variable. > > For those reading along, python2-pythondialog and python-pythondialog > are separate implementations with different source tarballs. They are > maintai

Re: [PATCH] python2-pythondialog: Update to 3.4.0

2016-07-04 Thread Leo Famulari
On Mon, Jul 04, 2016 at 06:25:43PM +, ng0 wrote: > Leo Famulari writes: > > > On Mon, Jul 04, 2016 at 04:56:11PM +, ng0 wrote: > >> From c20789a0807166f683e36a47b3f08b89d93abef5 Mon Sep 17 00:00:00 2001 > >> From: ng0 > >> Date: Mon, 4 Jul 2016 16:16:05 + > >> Subject: [PATCH] gnu: py

Re: [PATCH] gnu: Add di.

2016-07-04 Thread Leo Famulari
On Mon, Jul 04, 2016 at 09:43:55AM +0300, Alex Kost wrote: > John J Foerch (2016-07-04 06:47 +0300) wrote: > > A test relating to an included perl module Filesys::di fails. I hadn't > > intended to include that module in the package, as all I'm interested in > > is the 'di' binary. Given that, I

Re: [PATCH] gnu: Add di.

2016-07-04 Thread Leo Famulari
On Mon, Jul 04, 2016 at 11:18:50AM -0400, John J Foerch wrote: > * gnu/packages/admin.scm (di): New variable. A few final nitpicks before others make a decision about the test suite ;) > +(arguments > + `(#:phases > + (modify-phases %standard-phases > + (delete 'configure) >

Re: [PATCH] gnu: Add scrollkeeper.

2016-07-04 Thread Leo Famulari
On Mon, Jul 04, 2016 at 10:04:58AM +0200, Roel Janssen wrote: > Dear Guix, > > As you may know, I am trying to package GParted. It uses Scrollkeeper > for its help function, so I'd like to add it to the distribution > already. Thank you for continuing with this!! > If it's fine with you, I will

Re: [PATCH] gnu: Add scrollkeeper.

2016-07-04 Thread Roel Janssen
Leo Famulari writes: > On Mon, Jul 04, 2016 at 10:04:58AM +0200, Roel Janssen wrote: >> Dear Guix, >> >> As you may know, I am trying to package GParted. It uses Scrollkeeper >> for its help function, so I'd like to add it to the distribution >> already. > > Thank you for continuing with this!!

[PATCH 2/2] services: Add 'dropbear-service'.

2016-07-04 Thread David Craven
* gnu/services/ssh.scm (dropbear-service, ...): New variables. * doc/guix.texi: New node. --- doc/guix.texi| 25 - gnu/services/ssh.scm | 104 +-- 2 files changed, 124 insertions(+), 5 deletions(-) diff --git a/doc/guix.texi b/d

[PATCH 1/2] gnu: lsh: Move to (gnu packages ssh)

2016-07-04 Thread David Craven
* gnu/packages/lsh.scm: Remove. Move 'lsh and liboop' to... * gnu/packages/ssh.scm (liboop, lsh): ... here. New variables. * gnu/services/ssh.scm: Adjust accordingly. --- gnu/packages/lsh.scm | 159 --- gnu/packages/ssh.scm | 157 ++

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-04 Thread rennes
Hello, We should instead use ‘01_path_max.patch’ from . I attached the updated patch. The code has changed in the current version, I used the version 2.12.0 of the package to update the patch. how i

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-04 Thread rennes
On 2016-07-04 02:55, Manolis Ragkousis wrote: Hello, On 07/04/16 07:02, ren...@openmailbox.org wrote: The current release is 2.12.0, and still uses the constant PATH_MAX. And I have not found any related patch for this detail. Could you send the related patches to fontconfig upstream and see

Re: [PATCH] gnu: Add di.

2016-07-04 Thread John J Foerch
Leo Famulari writes: > On Mon, Jul 04, 2016 at 11:18:50AM -0400, John J Foerch wrote: >> * gnu/packages/admin.scm (di): New variable. > > A few final nitpicks before others make a decision about the test suite > ;) > >> +(arguments >> + `(#:phases >> + (modify-phases %standard-phase

Re: [PATCH] gnu: Add di.

2016-07-04 Thread John J Foerch
Leo Famulari writes: > On Mon, Jul 04, 2016 at 09:43:55AM +0300, Alex Kost wrote: >> John J Foerch (2016-07-04 06:47 +0300) wrote: >> > A test relating to an included perl module Filesys::di fails. I hadn't >> > intended to include that module in the package, as all I'm interested in >> > is the

Re: [PATCH 1/2] gnu: lsh: Move to (gnu packages ssh)

2016-07-04 Thread Efraim Flashner
On Mon, Jul 04, 2016 at 10:56:15PM +0200, David Craven wrote: > * gnu/packages/lsh.scm: Remove. Move 'lsh and liboop' to... > * gnu/packages/ssh.scm (liboop, lsh): ... here. New variables. > * gnu/services/ssh.scm: Adjust accordingly. > --- > gnu/packages/lsh.scm | 159 > ---

Re: [PATCH 1/2] gnu: lsh: Move to (gnu packages ssh)

2016-07-04 Thread Efraim Flashner
On Tue, Jul 05, 2016 at 09:01:57AM +0300, Efraim Flashner wrote: > On Mon, Jul 04, 2016 at 10:56:15PM +0200, David Craven wrote: > > * gnu/packages/lsh.scm: Remove. Move 'lsh and liboop' to... > > * gnu/packages/ssh.scm (liboop, lsh): ... here. New variables. > > * gnu/services/ssh.scm: Adjust ac