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".
> >
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
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
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
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 #:
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
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
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
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
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
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
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):
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):
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
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
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
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
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
pushed to core-updates
* 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
* 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
* 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
+++
* 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
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
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
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
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
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
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
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
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.
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
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
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
34 matches
Mail list logo