Re: [PATCH] gnu: yubico.scm: Rename to security-token.scm.

2016-10-25 Thread Marius Bakke
Marius Bakke writes: > diff --git a/gnu/local.mk b/gnu/local.mk > index ff2d976..cd6c715 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -325,6 +325,7 @@ GNU_SYSTEM_MODULES = \ >%D%/packages/scsi.scm \ >%D%/packages/sdcc.scm

[PATCH] gnu: yubico.scm: Rename to security-token.scm.

2016-10-25 Thread Marius Bakke
This is an attempt to make it generic enough for middleware and drivers such as pcsc-lite and ccid, in addition to tools for other devices. Other options include "authentication.scm", "auth-token.scm", "security.scm" and a lot more.. What do you think? >From 615733b5d0ea6af5cd858f7e258a64a9fb3bc

Re: [PATCH] gnu: mupdf: Fix CVE-2016-8674.

2016-10-25 Thread Marius Bakke
Kei Kebreau writes: > Is it frowned upon to revert that commit on its own (it's the third to > last commit as I write this), or should I attempt to patch on top of it? I've modified the patch to apply to 1.9a, but it was far from trivial due to many context changes in upstream git. The attached

Re: [PATCH] gnu: windowmaker: Fix invocation of 'wmsetbg'.

2016-10-25 Thread Kei Kebreau
Marius Bakke writes: > Kei Kebreau writes: > >> This patch allows Window Maker to run wmsetbg properly instead of >> showing an error as it has been. >> From a113116da6f9f6574e9fde12e69a9d3acdc87769 Mon Sep 17 00:00:00 2001 >> From: Kei Kebreau >> Date: Sun, 23 Oct 2016 13:50:05 -0400 >> Subjec

Re: [PATCH 4/4] gnu: vlc: Add x265 support.

2016-10-25 Thread Marius Bakke
Efraim Flashner writes: > * gnu/packages/video.scm (vlc)[inputs]: Add x265. I've built vlc, gst-plugins-bad and ffmpeg with these patches and x265 is referenced. Not sure how to test it, but LGTM overall. signature.asc Description: PGP signature

[PATCH 1/2] gnu: Add pcsc-lite

2016-10-25 Thread Mike Gerwitz
* gnu/packages/gnupg.scm (pcsc-lite): New variable. --- gnu/packages/gnupg.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 5fcc03a..da48e26 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.s

[PATCH 2/2] gnu: gnupg: patch scdaemon libpcsclite path

2016-10-25 Thread Mike Gerwitz
* gnu/packages/gnupg.scm (gnupg): Use absolute path of pcsc-lite for libpcsclite in `scd/scdaemon.c' --- gnu/packages/gnupg.scm | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index da48e26..52af7c0 100644 --- a/gnu/pack

Re: [PATCH] gnu: mupdf: Fix CVE-2016-8674.

2016-10-25 Thread Kei Kebreau
Mark H Weaver writes: > Leo Famulari writes: > >> On Tue, Oct 25, 2016 at 12:53:28PM -0400, Kei Kebreau wrote: >>> Fix for >>> https://blogs.gentoo.org/ago/2016/09/22/mupdf-use-after-free-in-pdf_to_num-pdf-object-c/. >> >>> From 97312c3c9e13688081aa513d1c94a9fff1274f75 Mon Sep 17 00:00:00 2001 >

Re: [PATCH 1/4] gnu: Add x265.

2016-10-25 Thread Marius Bakke
Efraim Flashner writes: > * gnu/packages/video.scm (x265): New variable. > --- > gnu/packages/video.scm | 28 > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm > index bd82eb8..6000c5b 100644 > --- a/gnu/packages/vide

Re: [PATCH] gnu: imagemagick: Update to 7.0.3-4 [Fixes CVE-2016-{8677, 8862}].

2016-10-25 Thread Kei Kebreau
Leo Famulari writes: > On Tue, Oct 25, 2016 at 04:12:50PM -0400, Kei Kebreau wrote: >> From 82f792a33f55e6514d3d4f8285e9be3b8c6e161a Mon Sep 17 00:00:00 2001 >> From: Kei Kebreau >> Date: Tue, 25 Oct 2016 16:03:26 -0400 >> Subject: [PATCH] gnu: imagemagick: Update to 7.0.3-4 [Fixes >> CVE-2016-

Re: [PATCH] gnu: windowmaker: Fix invocation of 'wmsetbg'.

2016-10-25 Thread Marius Bakke
Kei Kebreau writes: > This patch allows Window Maker to run wmsetbg properly instead of > showing an error as it has been. > From a113116da6f9f6574e9fde12e69a9d3acdc87769 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Sun, 23 Oct 2016 13:50:05 -0400 > Subject: [PATCH] gnu: windowmaker: Fix

[PATCH 1/1] gnu: offlineimap: Install documentation.

2016-10-25 Thread Marius Bakke
* gnu/packages/mail.scm (offlineimap)[native-inputs]: Add asciidoc and libxslt. [arguments]: Add phases 'build-documentation' and 'install-documentation' to build and install manpages. Also remove unneeded key 'inputs' from 'wrap-binary' phase. --- gnu/packages/mail.scm | 22 --

Re: [PATCH] gnu: mupdf: Fix CVE-2016-8674.

2016-10-25 Thread Mark H Weaver
Leo Famulari writes: > On Tue, Oct 25, 2016 at 12:53:28PM -0400, Kei Kebreau wrote: >> Fix for >> https://blogs.gentoo.org/ago/2016/09/22/mupdf-use-after-free-in-pdf_to_num-pdf-object-c/. > >> From 97312c3c9e13688081aa513d1c94a9fff1274f75 Mon Sep 17 00:00:00 2001 >> From: Kei Kebreau >> Date: T

Re: [PATCH] gnu: imagemagick: Update to 7.0.3-4 [Fixes CVE-2016-{8677, 8862}].

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 04:12:50PM -0400, Kei Kebreau wrote: > From 82f792a33f55e6514d3d4f8285e9be3b8c6e161a Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Tue, 25 Oct 2016 16:03:26 -0400 > Subject: [PATCH] gnu: imagemagick: Update to 7.0.3-4 [Fixes > CVE-2016-{8677,8862}]. > > * gnu/packa

[PATCH] gnu: Add yadifa.

2016-10-25 Thread Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): New variable. --- How do you do, fellow Guix, This little fellow has been happily running ns1.tobias.gr for the past month. It fails to build reproducibly due to (at least) some occurences of __FILE__. I was surprised to grep that this isn't handled by something

Re: Guix gathering in Berlin, Dec. 12th?

2016-10-25 Thread Ricardo Wurmus
Ludovic Courtès writes: > A couple of us will be in Berlin in December for the reproducible build > summit, so I was wondering if there’d be interest in having a Guix > gathering in Berlin on Dec. 12th. It would be an opportunity to meet in > person and discuss hot topics, use cases, future dir

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-25 Thread Ricardo Wurmus
Hi Roel, funny, this has also been on my pile of unsubmitted, bit-rotting patches (because I must use Trello at work and I much rather use org-mode). I remember that this wasn’t straight-forward to package and required a lot more (build-time) inputs. The cask file says: (development (depends-

[PATCH] Add emacs-org-trello

2016-10-25 Thread Roel Janssen
Dear Guix, The following two patches add emacs-org-trello. Kind regards, Roel Janssen

[PATCH 1/2] gnu: Add emacs-request.

2016-10-25 Thread Roel Janssen
* gnu/packages/emacs.scm (emacs-request): New variable. --- gnu/packages/emacs.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 10be825..69fd10f 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -

[PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-25 Thread Roel Janssen
* gnu/packages/emacs.scm (emacs-org-trello): New variable. --- gnu/packages/emacs.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 69fd10f..964ba59 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs

[PATCH] gnu: imagemagick: Update to 7.0.3-4 [Fixes CVE-2016-{8677, 8862}].

2016-10-25 Thread Kei Kebreau
See: https://blogs.gentoo.org/ago/2016/10/07/imagemagick-memory-allocate-failure-in-acquirequantumpixels-quantum-c and https://blogs.gentoo.org/ago/2016/10/17/imagemagick-memory-allocation-failure-in-acquiremagickmemory-memory-c/. From 82f792a33f55e6514d3d4f8285e9be3b8c6e161a Mon Sep 17 00:00:00 20

[PATCH] refresh: Suggest changes to inputs when updating.

2016-10-25 Thread Ricardo Wurmus
* guix/scripts/refresh.scm (updater->importer-info): New procedure. (mock): New syntax rule. (update-package): Run matching importer to suggest changes to inputs. --- guix/scripts/refresh.scm | 98 +++- 1 file changed, 97 insertions(+), 1 deletion(-) di

Guix website

2016-10-25 Thread rennes
Hello, The Guix website(Packages), appears updated with the date: October 14, 2016. https://www.gnu.org/software/guix/packages/ Thanks

[PATCH] gnu: notmuch: Update to 0.23.1.

2016-10-25 Thread Marius Bakke
If you can read this message, this seems to work for me.. ;) >From afb9160f1968447c318aa0f2508de2ab396ce1ba Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 25 Oct 2016 20:10:35 +0100 Subject: [PATCH] gnu: notmuch: Update to 0.23.1. * gnu/packages/patches/notmuch-emacs-25-compatibility-fi

Re: [PATCH 0/1] Perl-www-curl: Fix build failure

2016-10-25 Thread Marius Bakke
Leo Famulari writes: > This fixes the build failure of perl-www-curl build on core-updates: > https://hydra.gnu.org/build/1553325/nixlog/2 > > The patch is copied from the upstream bug tracker, but the maintainers > don't seem to have done anything with the patch yet. > > What do you think? > > L

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 09:05:44PM +0300, Theodoros Foradis wrote: > > Leo Famulari writes: > > > On Tue, Oct 25, 2016 at 07:09:07PM +0300, Theodoros Foradis wrote: > >> * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. > > > >> + #:tests? #f ; tests fail > > > > We should try

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-25 Thread Theodoros Foradis
Leo Famulari writes: > On Tue, Oct 25, 2016 at 07:09:07PM +0300, Theodoros Foradis wrote: >> * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. > >> + #:tests? #f ; tests fail > > We should try to fix this, or at least understand why they are failing. I tried building the packa

Re: Note for Python packages: packages do not have "inputs" (most of the time)

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 07:59:07PM +0200, Hartmut Goebel wrote: > Am 25.10.2016 um 14:49 schrieb Leo Famulari: > > Changing the subject: Is that branch stable? Can I start testing core > > Python package upgrades on top of it? > > I worked on this branch, just fixed some last (hopefully) errors an

Re: Note for Python packages: packages do not have "inputs" (most of the time)

2016-10-25 Thread Hartmut Goebel
Am 25.10.2016 um 14:49 schrieb Leo Famulari: > Changing the subject: Is that branch stable? Can I start testing core > Python package upgrades on top of it? I worked on this branch, just fixed some last (hopefully) errors and IMHO the branch is stable. -- Regards Hartmut Goebel | Hartmut Goebel

Re: [PATCH] gnu: qemu: Patch CVE-2016-8910.

2016-10-25 Thread Kei Kebreau
Leo Famulari writes: > On Tue, Oct 25, 2016 at 01:27:45PM -0400, Kei Kebreau wrote: >> One of the email address was hidden on the list I got this patch from. >> I don't know whether that's a potential problem. >> See: >> http://www.openwall.com/lists/oss-security/2016/10/24/2 and >> https://lists

[PATCH] gnu: windowmaker: Fix invocation of 'wmsetbg'.

2016-10-25 Thread Kei Kebreau
This patch allows Window Maker to run wmsetbg properly instead of showing an error as it has been. From a113116da6f9f6574e9fde12e69a9d3acdc87769 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Sun, 23 Oct 2016 13:50:05 -0400 Subject: [PATCH] gnu: windowmaker: Fix invocation of 'wmsetbg'. * gnu/p

Re: [PATCH] gnu: qemu: Patch CVE-2016-8910.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 01:27:45PM -0400, Kei Kebreau wrote: > One of the email address was hidden on the list I got this patch from. > I don't know whether that's a potential problem. > See: > http://www.openwall.com/lists/oss-security/2016/10/24/2 and > https://lists.gnu.org/archive/html/qemu-dev

Re: [PATCH] gnu: qemu: Patch CVE-2016-8910.

2016-10-25 Thread Kei Kebreau
Kei Kebreau writes: > Kei Kebreau writes: > >> One of the email address was hidden on the list I got this patch from. >> I don't know whether that's a potential problem. >> See: >> http://www.openwall.com/lists/oss-security/2016/10/24/2 and >> https://lists.gnu.org/archive/html/qemu-devel/2016-1

Re: [PATCH] gnu: qemu: Patch CVE-2016-8910.

2016-10-25 Thread Kei Kebreau
Kei Kebreau writes: > One of the email address was hidden on the list I got this patch from. > I don't know whether that's a potential problem. > See: > http://www.openwall.com/lists/oss-security/2016/10/24/2 and > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg05495.html Also, I just

[PATCH] gnu: qemu: Patch CVE-2016-8910.

2016-10-25 Thread Kei Kebreau
One of the email address was hidden on the list I got this patch from. I don't know whether that's a potential problem. See: http://www.openwall.com/lists/oss-security/2016/10/24/2 and https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg05495.html From 4bc4920a96481d5c1a5c7f42cf3ec573f5096d39

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-25 Thread Theodoros Foradis
Leo Famulari writes: > On Tue, Oct 25, 2016 at 07:09:07PM +0300, Theodoros Foradis wrote: >> * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. > >> + #:tests? #f ; tests fail > I'll try to give this one a second look. > We should try to fix this, or at least understand why th

Re: [PATCH] gnu: mupdf: Fix CVE-2016-8674.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 12:53:28PM -0400, Kei Kebreau wrote: > Fix for > https://blogs.gentoo.org/ago/2016/09/22/mupdf-use-after-free-in-pdf_to_num-pdf-object-c/. > From 97312c3c9e13688081aa513d1c94a9fff1274f75 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Tue, 25 Oct 2016 12:49:52 -0400

[PATCH v3 2/2] gnu: Add python2-wxpython.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/wxwidgets.scm (python2-wxpython): New variable. --- gnu/packages/wxwidgets.scm | 82 ++ 1 file changed, 82 insertions(+) diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 4efe7a1..07f0d7b 100644 --- a/gnu/packages

[PATCH v3 3/3] gnu: Add kicad.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/engineering.scm (kicad): New variable. --- gnu/packages/engineering.scm | 90 1 file changed, 90 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 829ceb0..7ecd64e 100644 --- a/gnu/packages/engi

[PATCH v3 1/3] gnu: Add wxwidgets-gtk2.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/wxwidgets.scm (wxwidgets-gtk2): New variable. --- gnu/packages/wxwidgets.scm | 9 + 1 file changed, 9 insertions(+) diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 31da2a9..4efe7a1 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidge

[PATCH v3 0/3] gnu: Add kicad.

2016-10-25 Thread Theodoros Foradis
Patch v2 series was a mistake. This one can be applied on master. My comments on v2, apply on this patch series. Also, I made the changes that Efraim Flashner proposed. Excuse me for the spam.

Re: Guix gathering in Berlin, Dec. 12th?

2016-10-25 Thread Roel Janssen
Ludovic Courtès writes: > Hello Guix! > > A couple of us will be in Berlin in December for the reproducible build > summit, so I was wondering if there’d be interest in having a Guix > gathering in Berlin on Dec. 12th. It would be an opportunity to meet in > person and discuss hot topics, use ca

[PATCH] gnu: mupdf: Fix CVE-2016-8674.

2016-10-25 Thread Kei Kebreau
Fix for https://blogs.gentoo.org/ago/2016/09/22/mupdf-use-after-free-in-pdf_to_num-pdf-object-c/. From 97312c3c9e13688081aa513d1c94a9fff1274f75 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Tue, 25 Oct 2016 12:49:52 -0400 Subject: [PATCH] gnu: mupdf: Fix CVE-2016-8674. * gnu/packages/patches/

Guix gathering in Berlin, Dec. 12th?

2016-10-25 Thread Ludovic Courtès
Hello Guix! A couple of us will be in Berlin in December for the reproducible build summit, so I was wondering if there’d be interest in having a Guix gathering in Berlin on Dec. 12th. It would be an opportunity to meet in person and discuss hot topics, use cases, future directions, and so on. I

Re: d3js chord diagrams

2016-10-25 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: [...] >>> Does this mean that the generated HTML document would have to be a gexp >>> referencing the file in the store? (I’m not sure how to implement >>> this, but with a pointer or two I could give it a try anyway.) >> >> Yes, the HTML docu

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 07:09:07PM +0300, Theodoros Foradis wrote: > * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. > + #:tests? #f ; tests fail We should try to fix this, or at least understand why they are failing. > +(native-inputs > + `(("gtk+" ,gtk+-2) > +

[PATCH 5/5] gnu: Add ghc-gnuplot.

2016-10-25 Thread Federico Beffa
From f06b0a9eea5ddf055cfcf7f80fe8ac6eb62972b3 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 24 Oct 2016 17:49:35 +0200 Subject: [PATCH 5/5] gnu: Add ghc-gnuplot. * gnu/packages/haskell.scm (ghc-gnuplot): New variable. --- gnu/packages/haskell.scm | 25 + 1 fil

Re: [PATCH v2 1/3] gnu: Add python2-wxpython.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 07:09:05PM +0300, Theodoros Foradis wrote: > * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. v2 of this patch series seems mixed up. 1/3 and 3/3 are the same patch and there is no patch adding wxwidgets-gtk2.

Re: [PATCH 2/3] gnu: Add python2-wxpython.

2016-10-25 Thread Efraim Flashner
On Tue, Oct 25, 2016 at 12:16:57AM +0300, Theodoros Foradis wrote: > * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. > --- > gnu/packages/wxwidgets.scm | 88 > ++ > 1 file changed, 88 insertions(+) > > diff --git a/gnu/packages/wxwidgets

[PATCH 2/5] gnu: Add ghc-data-accessor.

2016-10-25 Thread Federico Beffa
From 6885ee012c18ae14c31e23ab07b0f5421b630c4a Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 24 Oct 2016 17:30:50 +0200 Subject: [PATCH 2/5] gnu: Add ghc-data-accessor. * gnu/packages/haskell.scm (ghc-data-accessor): New variable. --- gnu/packages/haskell.scm | 20

[PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/wxwidgets.scm (python2-wxpython): New variable. --- gnu/packages/wxwidgets.scm | 84 ++ 1 file changed, 84 insertions(+) diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 4efe7a1..0002b73 100644 --- a/gnu/packages

[PATCH v2 2/3] gnu: Add kicad.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/engineering.scm (kicad): New variable. --- gnu/packages/engineering.scm | 89 1 file changed, 89 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 829ceb0..e5a48fc 100644 --- a/gnu/packages/engi

[PATCH 4/5] gnu: Add ghc-utility-ht.

2016-10-25 Thread Federico Beffa
From c18d8ed86ee3793e7591ae7e040351da2ae94bcc Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 24 Oct 2016 17:43:17 +0200 Subject: [PATCH 4/5] gnu: Add ghc-utility-ht. * gnu/packages/haskell.scm (ghc-utility-ht): New variable. --- gnu/packages/haskell.scm | 18 ++ 1 file

[PATCH 3/5] gnu: Add ghc-data-access-transformers.

2016-10-25 Thread Federico Beffa
From 675fbdda80b453dc6e1b8aa4635d4adefd7c18df Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 24 Oct 2016 17:35:27 +0200 Subject: [PATCH 3/5] gnu: Add ghc-data-access-transformers. * gnu/packages/haskell.scm (ghc-data-access-transformers): New variable. --- gnu/packages/haskell.scm | 2

[PATCH 1/5] gnu: geiser-next: Re-introduce it.

2016-10-25 Thread Federico Beffa
Unfortunately it was forgot to include support files for Chibi and Chez in the 0.9 Geiser release tar archive. For this reason I'm proposing to reintroduce 'chez-next'. Regards, Fede From 4cb3a1774754ffec91e00b681ffb4acff3e77b4e Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 24 Oct 201

[PATCH v2 1/3] gnu: Add python2-wxpython.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/wxwidgets.scm (python2-wxpython): New variable. --- gnu/packages/wxwidgets.scm | 88 ++ 1 file changed, 88 insertions(+) diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 4efe7a1..e09d813 100644 --- a/gnu/packages

[PATCH v2 0/3] gnu: Add kicad.

2016-10-25 Thread Theodoros Foradis
Leo Famulari writes: > On Tue, Oct 25, 2016 at 12:16:58AM +0300, Theodoros Foradis wrote: >> * gnu/packages/engineering.scm (kicad): New variable. > > I'm very happy to see this package almost there! > >> +;; We use kicad from a git commit, because support for boost 1.61.0 >> +;; has been recentl

Re: Display diffs between generations.

2016-10-25 Thread Roel Janssen
Ludovic Courtès writes: > Hi! > > Benz Schenk skribis: > >> On Fri, 21 Oct 2016 11:37:00 +0200 >> Roel Janssen wrote: > > [...] > >>> The attached patch implements this behavior. However, because I use >>> @code{previous-generation-number} to determine which generation to diff >>> with, the fo

Re: d3js chord diagrams

2016-10-25 Thread Ricardo Wurmus
Ludovic Courtès writes: >> So, lots of things that a dedicated hacker could implement :) > > Is it a lot of work with d3 to switch to these other representations? Each visualisation would probably require its own script (about as long as graph.js for the chord diagram) because the data may need

[PATCH 1/3] gnu: Add gdb-arm-none-eabi.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable. --- gnu/packages/embedded.scm | 13 + 1 file changed, 13 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index a7af69f..0b4f9ab 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/emb

[PATCH 2/3] gnu: Add hidapi.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/hidapi.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk| 1 + gnu/packages/hidapi.scm | 60 + 2 files changed, 61 insertions(+) create mode 100644 gnu/packages/hidapi.scm diff --git a/gnu/loca

[PATCH 3/3] gnu: Add openocd.

2016-10-25 Thread Theodoros Foradis
* gnu/packages/embedded.scm (openocd): New variable. * gnu/packages/patches/openocd-nrf52.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch. --- gnu/local.mk |1 + gnu/packages/embedded.scm| 72 ++ gnu/packages/patches/openocd-nrf52.

[PATCH 0/3] gnu: Add gdb-arm-none-eabi and openocd.

2016-10-25 Thread Theodoros Foradis
Theodoros Foradis (3): gnu: Add gdb-arm-none-eabi. gnu: Add hidapi. gnu: Add openocd. gnu/local.mk |2 + gnu/packages/embedded.scm| 85 + gnu/packages/hidapi.scm | 60 gnu/packages

Re: binutils depends on bash for powerpc

2016-10-25 Thread Ludovic Courtès
Hello! csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > I am still trying to bootstrap powerpc-linux-gnu. Already on the target > machine, my problem is binutils on powerpc-linux installs a shell script > (bin/embedspu). Currently, binutils does not depend on bash, but > binutils-fina

Re: [PATCH] gnu: Add coda.

2016-10-25 Thread Ludovic Courtès
Thomas Danckaert skribis: > From 56ba046e6c176e8f1109bb28ab75a586daa287db Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Tue, 25 Oct 2016 10:56:46 +0200 > Subject: [PATCH] gnu: coda: Remove bundled libraries. > > * gnu/packages/maths.scm (coda): Remove bundled libraries. > [source]: A

Re: Adding rottlog service in ‘%base-services’?

2016-10-25 Thread David Craven
Ah I see. Yes that makes sense... David

Re: d3js chord diagrams

2016-10-25 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Ricardo Wurmus skribis: >> >>> I’ve built something: >>> >>> http://elephly.net/graph.html >> >> Awesome! Much better than staring at a static graph in Evince. >> >>> I’ve tried earlier to build a force-directed graph to visualise the

Re: Note for Python packages: packages do not have "inputs" (most of the time)

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 11:48:42AM +0200, Hartmut Goebel wrote: > Am 23.10.2016 um 21:52 schrieb ng0: > > I think this is wrong. My assumption is I work with the old system as > > long as the new system is not in place. I see no changes which fix this, > > so why should I do work in advance when th

Re: [PATCH 3/3] gnu: Add kicad.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 12:16:58AM +0300, Theodoros Foradis wrote: > * gnu/packages/engineering.scm (kicad): New variable. I'm very happy to see this package almost there! > +;; We use kicad from a git commit, because support for boost 1.61.0 > +;; has been recently added. > +(define-public kicad

[PATCH] gnu: Add qwt.

2016-10-25 Thread Thomas Danckaert
This patch adds Qwt. For the license, I picked LGPL2.1, but in fact Qwt has its own “Qwt License”, which is the same as the LGPL2.1, but relaxes (or tries to relax) some of its conditions (see http://qwt.sourceforge.net/qwtlicense.html). Can we stick with LGPL for our purposes? I had to di

Re: d3js chord diagrams

2016-10-25 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> I’ve built something: >> >> http://elephly.net/graph.html > > Awesome! Much better than staring at a static graph in Evince. > >> I’ve tried earlier to build a force-directed graph to visualise the >> package dependency graph, but I ha

Re: [PATCH 2/3] gnu: Add python2-wxpython.

2016-10-25 Thread Theodoros Foradis
Hartmut Goebel writes: > Am 24.10.2016 um 23:16 schrieb Theodoros Foradis: >> + (replace 'build >> + (lambda* (#:key inputs #:allow-other-keys) >> + (zero? >> + (system* "python" "setup.py" "WXPORT=gtk2" "UNICODE=1" >> "build"))) > > Please set argu

Re: Note for Python packages: packages do not have "inputs" (most of the time)

2016-10-25 Thread Hartmut Goebel
Am 23.10.2016 um 21:52 schrieb ng0: > I think this is wrong. My assumption is I work with the old system as > long as the new system is not in place. I see no changes which fix this, > so why should I do work in advance when this must be fixed afterwards? > > Will the current system report packages

binutils depends on bash for powerpc

2016-10-25 Thread Carlos Sánchez de La Lama
Hi all, I am still trying to bootstrap powerpc-linux-gnu. Already on the target machine, my problem is binutils on powerpc-linux installs a shell script (bin/embedspu). Currently, binutils does not depend on bash, but binutils-final (the implicit binutils for gnu build system) has bootstrap-coreut

Re: [PATCH] gnu: Add coda.

2016-10-25 Thread Thomas Danckaert
Thanks for applying! From: l...@gnu.org (Ludovic Courtès) Subject: Re: [PATCH] gnu: Add coda. Date: Mon, 24 Oct 2016 23:24:17 +0200 > However I noticed that Coda bundles copies of zlib, pcre, and expat. I hadn't noticed that. I've attached a patch. cheers, Thomas >From 56ba046e6c176e8f1109bb28

Re: d3js chord diagrams

2016-10-25 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > I’ve built something: > > http://elephly.net/graph.html Awesome! Much better than staring at a static graph in Evince. > I’ve tried earlier to build a force-directed graph to visualise the > package dependency graph, but I had to realise that a force-directed

Re: [PATCH 2/3] gnu: Add python2-wxpython.

2016-10-25 Thread Hartmut Goebel
Am 24.10.2016 um 23:16 schrieb Theodoros Foradis: > + (replace 'build > + (lambda* (#:key inputs #:allow-other-keys) > + (zero? > + (system* "python" "setup.py" "WXPORT=gtk2" "UNICODE=1" > "build"))) Please set argument #:make-flags instread of calli

Re: [PATCH 3/3] gnu: Add kicad.

2016-10-25 Thread Theodoros Foradis
Leo Famulari writes: > On Mon, Oct 24, 2016 at 08:36:10PM -0400, Leo Famulari wrote: >> On Tue, Oct 25, 2016 at 12:16:58AM +0300, Theodoros Foradis wrote: >> > * gnu/packages/engineering.scm (kicad): New variable. > >> > + (uri (git-reference >> > + (url "https://git.launchp

Re: [PATCH] gnu: %static-inputs: Use bash from PATH in bootstrap tar.

2016-10-25 Thread Carlos Sánchez de La Lama
Hi Ludo, >> Done, and untabify'ed also (I forgot on first version). > > I had done it for you in 80c9164fd7741e3bb3da368666f41c49a456d990 when I > realized that I’d have to push on your behalf. Great, thanks :) Carlos

Re: [PATCH] gnu: gcc-4.9: Update to 4.9.4.

2016-10-25 Thread Carlos Sánchez de La Lama
Hi Marius, Mark, > Only packages with a large impact in terms of rebuilds (as calculated by > `guix refresh -l `). Obviously gcc is one such package. > http://lists.gnu.org/archive/html/guix-devel/2016-10/msg00933.html Thanks! That is exactly the information I was looking for. > Most changes go