Re: Stuck on KiCad dependency wxPython

2016-07-06 Thread Efraim Flashner
On Wed, Jul 06, 2016 at 08:22:28PM -0400, Leo Famulari wrote: > On Mon, May 23, 2016 at 12:13:19AM -0400, Leo Famulari wrote: > > On Mon, Feb 15, 2016 at 08:40:46AM +0100, Danny Milosavljevic wrote: > > > this patch adds kicad, an electronics design automation tool, to > > > "engineering.scm". > >

Re: bio package star

2016-07-06 Thread Ben Woodcroft
On 07/07/16 15:52, Efraim Flashner wrote: http://hydra.gnu.org/build/1295673/log/raw Star currently fails to build on i686. Looking at the logs, it freaks out at an unsigned long int, __uint128_t, which as far as I know isn't supported on 32-bit systems, so it looks to me like we should disable

bio package star

2016-07-06 Thread Efraim Flashner
http://hydra.gnu.org/build/1295673/log/raw Star currently fails to build on i686. Looking at the logs, it freaks out at an unsigned long int, __uint128_t, which as far as I know isn't supported on 32-bit systems, so it looks to me like we should disable support for i686 and armhf. -- Efraim Flas

Re: [PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-07-06 Thread Eric Bavier
On Fri, 01 Jul 2016 01:00:52 +0200 Alex Sassmannshausen wrote: > Yeah, would be very interested in that - please feel free to share! See attached. It may not apply cleanly to latest master, since I haven't had a chance to rebase lately. There are a few other things going on in that patch to, l

[PATCH 5/5] gnu: llvm: Update to 3.8.0.

2016-07-06 Thread ericbavier
From: Eric Bavier * gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.8.0. (llvm-3.7, clang-runtime-3.7, clang-3.7): New variables. (clang-runtime-from-llvm)[arguments]: Disable tests, which were not being run for previous versions anyhow but now fail hard. (clang-from-llvm): Add #:

[PATCH 1/5] gnu: llvm: Update to 3.5.2.

2016-07-06 Thread ericbavier
From: Eric Bavier * gnu/packages/llvm.scm (llvm-3.5): Update to 3.5.2. --- gnu/packages/llvm.scm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index a2c33df..a26659f 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packag

[PATCH 2/5] gnu: llvm: Add "license:" prefix.

2016-07-06 Thread ericbavier
From: Eric Bavier * gnu/packages/llvm.scm: Import (guix licenses) with "license:" prefix. --- gnu/packages/llvm.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index a26659f..1af9568 100644 --- a/gnu/packages/llvm.scm

[PATCH 4/5] gnu: llvm: Update to 3.7.1.

2016-07-06 Thread ericbavier
From: Eric Bavier * gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.7.1 (llvm-3.6, clang-runtime-3.6, clang-3.6): New variables. --- gnu/packages/llvm.scm | 29 + 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/gnu/packages/llvm.scm b/gn

[PATCH 3/5] gnu: llvm: Add libffi and zlib inputs.

2016-07-06 Thread ericbavier
From: Eric Bavier * gnu/packages/llvm.scm (llvm)[inputs]: Add libffi and zlib. [arguments]: Add cmake flag for libffi to #:configure-flags. Co-authored-by: Dennis Mungai --- gnu/packages/llvm.scm | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/llvm.scm

Re: [PATCH 0/6] Pytest update

2016-07-06 Thread Leo Famulari
On Sun, Jul 03, 2016 at 04:15:17PM -0400, Leo Famulari wrote: > On Sun, Jul 03, 2016 at 08:58:39AM +0300, Efraim Flashner wrote: > > The patch-set looks good to me. For the curious, I checked python-pytest > > and python2-pytest and ended up with 81 packages and 235 dependants, but > > some of thos

Stuck on KiCad dependency wxPython

2016-07-06 Thread Leo Famulari
On Mon, May 23, 2016 at 12:13:19AM -0400, Leo Famulari wrote: > On Mon, Feb 15, 2016 at 08:40:46AM +0100, Danny Milosavljevic wrote: > > this patch adds kicad, an electronics design automation tool, to > > "engineering.scm". > > Cool, I would really like to offer KiCad in Guix. This fell through

[PATCH 2/2] gnu: Add gnome-mpv.

2016-07-06 Thread Alex Griffin
This patch adds gnome-mpv, a simple GTK+ frontend to the mpv video player. -- Alex Griffin From b72a82b9abfe01fa9374d22893cb5a0564eee97e Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Wed, 6 Jul 2016 18:58:17 -0500 Subject: [PATCH 2/2] gnu: Add gnome-mpv. * gnu/packages/video.scm (gnome-mpv):

gnu: Add gnome-mpv.

2016-07-06 Thread Alex Griffin
This patch adds gnome-mpv, a simple GTK+ frontend to the mpv video player. -- Alex Griffin From b72a82b9abfe01fa9374d22893cb5a0564eee97e Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Wed, 6 Jul 2016 18:58:17 -0500 Subject: [PATCH 2/2] gnu: Add gnome-mpv. * gnu/packages/video.scm (gnome-mpv):

[PATCH 1/2] gnu: mpv: Enable shared library support.

2016-07-06 Thread Alex Griffin
This patch enables the libmpv shared library, needed by frontends like gnome-mpv. -- Alex Griffin From 23617cd9805a2aeebf8b86caccfb482b7ba8e8c5 Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Wed, 6 Jul 2016 18:55:54 -0500 Subject: [PATCH 1/2] gnu: mpv: Enable shared library support. * gnu/pac

[PATCH] gnu: Add denemo.

2016-07-06 Thread Kei Kebreau
Hello all, I've completed a patch for GNU Denemo, though it has one minor issue. At the end of the build it complains about a musical flat symbol in one of the filenames. The other files like it use a "b" in place of the flat symbol. Should I patch it just for Guix, or go upstream with my concern

Re: [PATCH 2/3] profiles: Add fonts-dir-file hook.

2016-07-06 Thread Alex Kost
Ludovic Courtès (2016-07-05 17:31 +0300) wrote: > Alex Kost skribis: [...] >> This hook generates "fonts.dir" only for "share/fonts/truetype" >> directory. Directories with X fonts are not touched, because all >> sub-directories of "share/fonts/X11" already contain "fonts.dir" files >> (font-ado

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-07-06 Thread Eric Bavier
On 2016-07-06 06:54, Efraim Flashner wrote: On Wed, Jul 06, 2016 at 06:55:56AM +0200, Ricardo Wurmus wrote: Roel Janssen writes: >>From 451d93eaaab6166e38e33f0556fe40f83afefc5c Mon Sep 17 00:00:00 2001 > From: brainiarc7 > Date: Tue, 5 Jul 2016 22:42:24 +0200 > Subject: [PATCH] gnu: Add LLVM

Re: pybitmessage, python2-pyqt-4 - strace and packages

2016-07-06 Thread ng0
I contacted upstream and asked about the contribution I sent via Bitmessage earlier, I explained why using/providing python-setuptools might be of benefit for other developers too. I no longer want to waste my time on fixing this. I wait for resolution of this now, and if I have to, I'll contribut

Re: [PATCH] gnu: texlive: Fix 'texmf-local' search path.

2016-07-06 Thread Federico Beffa
pushed to core-updates

[PATCH 2/4] gnu: Add r-seqinr.

2016-07-06 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-seqinr): 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 4cd90b9..294f4ee 100644 --- a/gnu/packages/bioinform

[PATCH 1/4] gnu: Add r-ade4.

2016-07-06 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-ade4): New variable. --- gnu/packages/statistics.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 94ebe4d..813000e 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/package

[PATCH 3/4] gnu: Add r-multitaper.

2016-07-06 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-multitaper): New variable. --- gnu/packages/statistics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 813000e..6d5ee67 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 4/4] gnu: Add r-domc.

2016-07-06 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-domc): 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 6d5ee67..45e50b6 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/pac

[PATCH] gnu: Add clojure.

2016-07-06 Thread Alex Vong
Hi guix, This patch adds clojure 1.6 to 1.8. Changes made since last email (comments appreciated): Include clojure from 1.6 to 1.8 instead of just 1.8 because I think we should provide all stable versions and allowed them to be co-installed. From https://clojure.github.io/clojure/, version 1.6

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-07-06 Thread Efraim Flashner
On Wed, Jul 06, 2016 at 06:55:56AM +0200, Ricardo Wurmus wrote: > > Roel Janssen writes: > > >>From 451d93eaaab6166e38e33f0556fe40f83afefc5c Mon Sep 17 00:00:00 2001 > > From: brainiarc7 > > Date: Tue, 5 Jul 2016 22:42:24 +0200 > > Subject: [PATCH] gnu: Add LLVM 3.8. > > > > * gnu/packages/llvm

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> Roel Janssen writes: >> >>> Ricardo Wurmus writes: >>> Hi Roel, >> As Ben wrote “texlive-minimal” might be sufficient. Please also move >> these two to “native-inputs” if that’s possible. > > Unfortunately, when build

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Ricardo Wurmus writes: >> >>> Hi Roel, >>> > As Ben wrote “texlive-minimal” might be sufficient. Please also move > these two to “native-inputs” if that’s possible. Unfortunately, when building with texlive-minimal, we are mis

Re: [PATCH] guix: Support authentication when fetching from SVN.

2016-07-06 Thread Ricardo Wurmus
Alex Kost writes: > Ludovic Courtès (2016-07-01 00:09 +0300) wrote: >>> --- a/guix/svn-download.scm >>> +++ b/guix/svn-download.scm >>> @@ -42,7 +42,9 @@ >>>svn-reference make-svn-reference >>>svn-reference? >>>(url svn-reference-url); string >>> - (revision

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> Hi Roel, >> As Ben wrote “texlive-minimal” might be sufficient. Please also move these two to “native-inputs” if that’s possible. >>> >>> Unfortunately, when building with texlive-minimal, we are missing a >>> font: >>> !pdfTeX erro

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Roel Janssen
Ricardo Wurmus writes: > Hi Roel, > >>> As Ben wrote “texlive-minimal” might be sufficient. Please also move >>> these two to “native-inputs” if that’s possible. >> >> Unfortunately, when building with texlive-minimal, we are missing a >> font: >> !pdfTeX error: >> /gnu/store/gnh4kn47mn3m2rlg

Re: [PATCH v3] gnu: Add python-prompt-toolkit, python2-prompt-toolkit.

2016-07-06 Thread Danny Milosavljevic
I can confirm that adding (properties `((python2-variant . ,(delay python2-prompt-toolkit and (properties `((python2-variant . ,(delay python2-wcwidth , respectively, makes python2-prompt-toolkit work for Python 2 as well.

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Ricardo Wurmus
Hi Roel, >> As Ben wrote “texlive-minimal” might be sufficient. Please also move >> these two to “native-inputs” if that’s possible. > > Unfortunately, when building with texlive-minimal, we are missing a > font: > !pdfTeX error: > /gnu/store/gnh4kn47mn3m2rlgm9i9xl3wmq2kahia-texlive-minimal-2

Re: [PATCH] gnu: Add emacs-ess.

2016-07-06 Thread Roel Janssen
Hello Ricardo, Thanks for your quick and elaborate reply. Ricardo Wurmus writes: > Hi Roel, > > thanks for taking on ESS! (I was surprised to see that ESS is not > actually part of Emacs; I always assumed it was.) > >>>From 0beacae7c386ea032cfac4511f4a9bc313fb1fb9 Mon Sep 17 00:00:00 2001 >> Fr

GUIX_LOCPATH in daemon unit file

2016-07-06 Thread Thomas Danckaert
Hi Guix, using Guix on Ubuntu, I kept seeing messages “substitute: warning: failed to install locale: Invalid argument” (though apart from this warning, everything seemed to work normally). From a previous thread on this mailing list, I learnt that the problem is that the daemon doesn't have