[PATCH] gnu: Add python-polib

2016-11-25 Thread Julien Lepiller
Hi, this patch adds python-polib and python2-polib. They are usefull to manipulate and create gettext files (po, mo, pot).From dc8e36cf9d1a6c9af8fa870b3ee5db27756e068e Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 24 Nov 2016 22:42:33 +0100 Subject: [PATCH] gnu: Add python-polib * gn

Re: [PATCH 09/18] gnu: Add r-wgcna.

2016-11-25 Thread Ben Woodcroft
On 25/11/16 02:51, Ricardo Wurmus wrote: [..] +(home-page + "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/";) This line is a bit long, I don't remember, should it be split over two lines? +(synopsis "Weighted correlation network analysis") +

Re: [PATCH] improve nginx-service

2016-11-25 Thread Clément Lassieur
> I've been rethinking it, and I would like to use define-configuration > (from cups and dovecot) because it looks really good. But I don't want > to define the same config option for each possible block it can appear > in, and that's why I used (option). So I'm looking for a way to > dynamical

Re: [PATCH] gnu: Add python-polib

2016-11-25 Thread Hartmut Goebel
Am 25.11.2016 um 11:33 schrieb Julien Lepiller: > +(define-public python2-polib > + (package > +(inherit python-polib) > +(name "python2-polib") > +(arguments `(#:python ,python-2 > + #:tests? #f ; they don't exist with python2 Why are you not using package-with-py

is using eval good style in guile?(was: [PATCH] improve nginx-service)

2016-11-25 Thread Hartmut Goebel
Am 25.11.2016 um 11:53 schrieb Clément Lassieur: > I think you are looking for "eval". > > (define (list->define-configuration stem fields) > (eval `(define-configuration ,stem ,@fields) (current-module))) I'm curious: In other programming languages, using eval is regarded bad programming style.

Preparing mass-packaging of 170 KDE application - hwo to do?

2016-11-25 Thread Hartmut Goebel
Hi, I'm currently working on a script to mass-generate *draft* packages for KDE applications. Ca. 170 of them :-) These are the ones listed at The idea is to have a draft which can easily be taken and adopted. Inputs will be lists at best knowledge (taken from

Please set up hdyra-job for python-branch

2016-11-25 Thread Hartmut Goebel
Hi, the python-branch is ready to be build since some weeks now. Could anybody being in charge please set up a hydra-channel to get it build? Thanks! -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which yo

Re: [PATCH] gnu: qemu: Install all required info files.

2016-11-25 Thread Alex Kost
> Chris Marusich skribis: > >> Alex Kost writes: >> >>> The current info manual of QEMU "does not work": qemu package provides >>> "qemu-doc.info" but not "qemu-doc.info-1" and other "*.info-N" files. >>> >>> I believe the attached patch should fix it, but I couldn't test it, as >>> when I tried

Re: is using eval good style in guile?

2016-11-25 Thread Andy Wingo
On Fri 25 Nov 2016 12:46, Hartmut Goebel writes: > Am 25.11.2016 um 11:53 schrieb Clément Lassieur: >> I think you are looking for "eval". >> >> (define (list->define-configuration stem fields) >> (eval `(define-configuration ,stem ,@fields) (current-module))) > > I'm curious: In other programm

Re: [PATCH] gnu: Add python-polib

2016-11-25 Thread Julien Lepiller
On Fri, 25 Nov 2016 12:41:16 +0100 Hartmut Goebel wrote: > Am 25.11.2016 um 11:33 schrieb Julien Lepiller: > > +(define-public python2-polib > > + (package > > +(inherit python-polib) > > +(name "python2-polib") > > +(arguments `(#:python ,python-2 > > + #:tests? #f))

Re: Encrypted root partition

2016-11-25 Thread ng0
Ludovic Courtès writes: > Chris Marusich skribis: > >> Is anyone actively working on documenting the new encrypted root stuff? >> If not, I'm happy to try my hand at it. I'm interested in trying to set >> it up on my laptop, anyway. > > I’ve added documentation in 2b5fea5ba3b07999cf198e1132ffca

[PATCH 4/4] gnu: Xfig: Set XAPPLOADDIR.

2016-11-25 Thread John Darrington
* gnu/packages/xfig.scm (xfig) [arguments]: Remove wrapper. Set XAPPLOADDIR. --- gnu/packages/xfig.scm | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/gnu/packages/xfig.scm b/gnu/packages/xfig.scm index 6436e52..6ad22b1 100644 --- a/gnu/packages/xfig.scm +++ b/g

[PATCH 1/4] gnu: Add XFILESEARCH path to profiles' environment.

2016-11-25 Thread John Darrington
* gnu/system.scm (operating-system-etc-service): Add new environment variable: XFILESEARCHPATH --- doc/guix.texi | 30 ++ gnu/system.scm | 25 + 2 files changed, 55 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index e64c361..9d133bb

[PATCH 2/4] gnu: Add editres.

2016-11-25 Thread John Darrington
* gnu/packages/xorg.scm (editres): New variable. --- gnu/packages/xorg.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 9f9549b..4e79d2d 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.sc

[PATCH 3/4] gnu: Remove wrappers from xfd and xfontsel.

2016-11-25 Thread John Darrington
* gnu/packages/xorg.scm (xfd, xfontsel) [arguments]: Remove wrappers. These are no longer necessary since we set XFILESEARCHPATH. --- gnu/packages/xorg.scm | 25 - 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm

[PATCH] Fix GCJ on armhf.

2016-11-25 Thread Ricardo Wurmus
Hi Guix, with (a poorly formatted variant of) the attached patch I've built GCJ successfully in an ARM virtual machine. Building GCJ took about four days. I tested GCJ by building "ant", which seemed to have worked fine. ~~ Ricardo Ricardo Wurmus (1): gnu: gcj: Fix build on armhf. gnu/loca

[PATCH] gnu: gcj: Fix build on armhf.

2016-11-25 Thread Ricardo Wurmus
* gnu/packages/patches/gcj-arm-mode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/gcc.scm (gcj): Add patch. [arguments]: Delete failing tests. --- gnu/local.mk| 1 + gnu/packages/gcc.scm| 14 + gnu/packages

Re: Offloading to use Guile-SSH instead of lsh

2016-11-25 Thread Ludovic Courtès
Hi! l...@gnu.org (Ludovic Courtès) skribis: > The ‘wip-guile-ssh’ branch is finally getting into shape. As soon as > a new Guile-SSH release is out, I’ll merge it on master. Done! It seems to work well in my own tests, but more feedback is welcome. Ludo’.

Re: [PATCH 16/18] gnu: Add r-gplots.

2016-11-25 Thread Ludovic Courtès
Leo Famulari skribis: > On Thu, Nov 24, 2016 at 05:51:37PM +0100, Ricardo Wurmus wrote: >> * gnu/packages/statistics.scm (r-gplots): New variable. > >> +(description >> + "This package provides various R programming tools for plotting data, >> +including: >> + >> +@itemize >> +@item calcu

Re: [PATCH] gnu: ldc: Update to 0.17.2.

2016-11-25 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/packages/ldc.scm (ldc):Update to 0.17.2. > * gnu/packages/patches/ldc-disable-tests.patch: Fix timezone filename. Applied, thanks! Ludo’.

Re: [PATCH] services: Add opensmtpd service.

2016-11-25 Thread Ludovic Courtès
宋文武 skribis: > * gnu/services/mail.scm (): New record type. > (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. > (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. > (opensmtpd-service-type): New variable. > * doc/guix.texi (Mail Services): Document it. [...

Re: [PATCH] build-system/gnu: Make libraries writable before stripping.

2016-11-25 Thread Ludovic Courtès
Marius Bakke skribis: > * guix/build/gnu-build-system.scm (strip)[strip-dir]: Change mode of > files before running strip-command. OK for ‘core-updates’. Note that a few packages did that by hand. While you’re at it, you can adjust them. Thanks! Ludo’.

Re: [PATCH]: gnu: sqlite: Update to 3.15.1

2016-11-25 Thread Ludovic Courtès
Marius Bakke skribis: > One for core-updates. > > From 1fa80764f9000403f6b9d5e9ac1e334961cd83f9 Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Thu, 24 Nov 2016 17:05:47 +0100 > Subject: [PATCH] gnu: sqlite: Update to 3.15.1. > > * gnu/packages/databases.scm (sqlite): Update to 3.15.1. > [

Re: [herd] Have status display services as a bulleted list.

2016-11-25 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Ludovic Courtès writes: > >> Christopher Allan Webber skribis: >> >>> I don't know about you, but I am totally unable to read the >>> "herd status" line as it exists in the current state. I mean, I love >>> sexps, but even I don't like a completely flat and u

Re: [PATCH] Enable deterministic perl archives.

2016-11-25 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > Hi Guix, > > This patch disables installation of "perllocal.pod" files which records > build time and not much else in perl packages. > > I haven't checked whether this is needed for packages using 'Build.PL', > if you know any such package let me know. Are these per

[PATCH] Fix Ardour and mod-host.

2016-11-25 Thread Ricardo Wurmus
We already have a fix for Ardour and mod-host on the staging branch, but it will be some time till it's merged. This patch adds threaded variants for fftw/fftwf and changes both Ardour and mod-host to use them. This patch can be easily reverted once the staging branch is merged. What do you thin

[PATCH] gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.

2016-11-25 Thread Ricardo Wurmus
* gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): New variables. * gnu/packages/audio.scm (ardour)[inputs]: Replace "fftw" and "fftwf" with "fftw-with-threads" and "fftwf-with-threads", respectively. * gnu/packages/music.scm (mod-host)[inputs]: Likewise. --- gnu/packages/algebra.

Re: Offloading to use Guile-SSH instead of lsh

2016-11-25 Thread Leo Famulari
On Fri, Nov 25, 2016 at 11:50:22PM +0100, Ludovic Courtès wrote: > Hi! > > l...@gnu.org (Ludovic Courtès) skribis: > > > The ‘wip-guile-ssh’ branch is finally getting into shape. As soon as > > a new Guile-SSH release is out, I’ll merge it on master. > > Done! > > It seems to work well in my o

Re: Please set up hdyra-job for python-branch

2016-11-25 Thread Leo Famulari
On Fri, Nov 25, 2016 at 01:49:10PM +0100, Hartmut Goebel wrote: > Hi, > > the python-branch is ready to be build since some weeks now. Could > anybody being in charge please set up a hydra-channel to get it build? > Thanks! I started the initial evaluation earlier today: https://hydra.gnu.org/jo

[PATCH] gnu: Add proteinortho.

2016-11-25 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (proteinortho): New variable. --- gnu/packages/bioinformatics.scm | 52 + 1 file changed, 52 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 773b590..31e9533 100644 --- a/g

Re: [PATCH] gnu: gcj: Fix build on armhf.

2016-11-25 Thread Leo Famulari
On Fri, Nov 25, 2016 at 10:35:15PM +0100, Ricardo Wurmus wrote: > * gnu/packages/patches/gcj-arm-mode.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add patch. > * gnu/packages/gcc.scm (gcj): Add patch. > [arguments]: Delete failing tests. > diff --git a/gnu/packages/patches/gcj-arm-mode.pat

Re: [PATCH] mailmap: Associate all commits by ng0 with ng0.

2016-11-25 Thread Leo Famulari
On Wed, Nov 23, 2016 at 10:23:52PM +, ng0 wrote: > --- > .mailmap | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/.mailmap b/.mailmap > index 85f5021..ada5026 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -30,10 +30,11 @@ Ludovic Courtès > Mathieu Lirzin

Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible.

2016-11-25 Thread Leo Famulari
On Wed, Nov 23, 2016 at 07:04:36PM +, ng0 wrote: > * gnu/packages/psyc.scm (psyclpc): Make it reproducible. > --- > gnu/packages/psyc.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm > index 03df188..01bbae6 10064

Re: [PATCH 2/2] gnu: Move content of (gnu packages psyc) into (gnu packages messaging).

2016-11-25 Thread Leo Famulari
On Wed, Nov 23, 2016 at 07:04:37PM +, ng0 wrote: > * gnu/packages/psyc.scm (perl-net-psyc, libpsyc, psyclpc): Move this ... > * gnu/packages/messaging.scm (perl-net-psyc, libpsyc, psyclpc): ... here. > * gnu/local.mk (GNU_SYSTEM_MODULES): Remove psyc.scm. LGTM, waiting on an answer to my quest

Re: [PATCH] gnu: Add proteinortho.

2016-11-25 Thread Leo Famulari
On Sat, Nov 26, 2016 at 03:14:16PM +1000, Ben Woodcroft wrote: > * gnu/packages/bioinformatics.scm (proteinortho): New variable. LGTM

Re: [PATCH] gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.

2016-11-25 Thread Leo Famulari
On Sat, Nov 26, 2016 at 12:28:36AM +0100, Ricardo Wurmus wrote: > * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): New > variables. > * gnu/packages/audio.scm (ardour)[inputs]: Replace "fftw" and "fftwf" > with "fftw-with-threads" and "fftwf-with-threads", respectively. > * gnu/p