Re: [PATCH v8] gnu: Update ldc to 0.17.1.

2016-09-14 Thread Efraim Flashner
On Tue, Sep 13, 2016 at 10:01:39PM +0200, Danny Milosavljevic wrote: > gnu: Update ldc to 0.17.1. > > * gnu/packages/ldc.scm (ldc): Changed. > * gnu/packages/patches/ldc-0.17.1-disable-tests.patch: New patch. > --- > gnu/packages/ldc.scm | 25 --- >

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread Ricardo Wurmus
ng0 writes: > Ricardo Wurmus writes: >> In this case we should probably split these changes up as they are not >> related to one another. Alternatively, the summary line should be >> changed to apply to all of the changes in this patch. > > Can

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> Ricardo Wurmus writes: >>> In this case we should probably split these changes up as they are not >>> related to one another. Alternatively, the summary line should be >>> changed to

[PATCH] gnu: Add mcelog.

2016-09-14 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog): New variable. --- gnu/packages/linux.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3ec6514..fc4faa4 100644 --- a/gnu/packages/linux.scm +++

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread ng0
From 4061b7fb71a40591dd8e34ee147153aa0d1d9fdc Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 13 Sep 2016 20:19:57 + Subject: [PATCH] gnu: femtolisp: Remove custom "patch-makefile" phase. * gnu/packages/lisp.scm (femtolisp)[arguments]: Remove "patch-makefile" phase;

Re: [PATCH 1/2] gnu: python: Add python-i3.

2016-09-14 Thread Ivan Vilata i Balaguer
Brendan Tildesley (2016-09-14 20:17:34 +1000) wrote: > On 2016-09-14 19:16, Ivan Vilata i Balaguer wrote: > > This is version 0.6.4, but the git repo has a few small updates since > then, and has bumbed the version to 0.6.5. Being 4 years old, probably > this is not going to find it's way to

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > * gnu/packages/linux.scm (mcelog): New variable. Thanks! > --- > gnu/packages/linux.scm | 41 + > 1 file changed, 41 insertions(+) > > diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > index

Re: [PATCH v8] gnu: Update ldc to 0.17.1.

2016-09-14 Thread Danny Milosavljevic
Hi, > With this patch I got: > > The following tests FAILED: > 238 - std.datetime (Failed) > 296 - std.regex.internal.tests (Failed) > 568 - std.datetime-debug (Failed) > 626 - std.regex.internal.tests-debug (Failed) > 670 - dmd-testsuite-debug (Failed) Huh really? I just cloned the guix git

Re: [PATCH] gnu: Add emacs-es-mode

2016-09-14 Thread Ludovic Courtès
Christopher Baines skribis: > * gnu/packages/emacs.scm (emacs-es-mode): New variable. I made minor changes: > +(inputs `(("guile" ,guile-2.0))) I removed it since it’s unused, AFAICS. > +(propagated-inputs > + ; The version of org in Emacs 24.5 is not

Re: [PATCH] gnu: icedtea-8: Hardcode dynamically loaded libraries.

2016-09-14 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> What often works in such cases is to force ISO-8859-1 encoding >> (“Latin-1”), which is a “catch-all” encoding (it’s an 8-bit encoding >> that covers the 256 values): >> >> (with-fluids

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Danny Milosavljevic
> >> +(home-page "http://mcelog.org/;) > > Nit-pick: the trailing slash is unnecessary :) If you don't include the trailing slash it will require an additional round-trip to the server in order to add it via a (302) redirect.

Re: [PATCH 3/7] gnu: Add stb-image-for-extempore.

2016-09-14 Thread Thompson, David
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: > * gnu/packages/image.scm (stb-image-for-extempore): New variable. LGTM. - Dave

Re: [PATCH 2/7] gnu: Add assimp.

2016-09-14 Thread Thompson, David
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: > * gnu/packages/graphics.scm (assimp): New variable. Awesome! Now someone can package guile-assimp. :) LGTM. - Dave

Re: [PATCH v8] gnu: Update ldc to 0.17.1.

2016-09-14 Thread Ludovic Courtès
Hi Danny, Here’s what I see in my inbox: --8<---cut here---start->8--- Yesterday, 21:37 [ 10: Danny Milosavljevic] [PATCH v5] gnu: Update ldc to 0.17.1. Yesterday, 21:51 [ 10: Danny Milosavljevic] [PATCH v6] gnu: Update ldc to 0.17.1. Yesterday,

Re: User-profile search paths should include system-profile directories

2016-09-14 Thread Ludovic Courtès
Hello, csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > I have an interesting case here. I have guile installed in my system > profile, so that > > /var/guix/profiles/system/profile/share/aclocal/guile.m4 > > is there. However, autoconf is installed in my *user* profile, so >

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > * gnu/packages/linux.scm (mcelog): New variable. To complement what Marius wrote… > +(arguments > + `(#:phases (modify-phases %standard-phases > + (delete 'configure)) ; no configure script > +

Re: [PATCH 6/7] gnu: Add portmidi-for-extempore.

2016-09-14 Thread Thompson, David
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: > * gnu/packages/music.scm (portmidi-for-extempore): New variable. > --- > gnu/packages/music.scm | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Danny Milosavljevic
DESTDIR is a feature which lets you install into a tempdir. The idea is that you install it all there and then atomically replace the ORIGINAL version at the non-DESTDIR location. It's very bad to set DESTDIR to out because the outdir is used after installation, too (your program will stay at

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Marius Bakke
Danny Milosavljevic writes: > DESTDIR is a feature which lets you install into a tempdir. The idea > is that you install it all there and then atomically replace the > ORIGINAL version at the non-DESTDIR location. Oops, I meant DOCDIR! Sorry for the confusion! >> >> +

[PATCH] gnu: xorg-server: Set default font path to empty.

2016-09-14 Thread 宋文武
* gnu/packages/xorg.scm (xorg-server)[arguments]: Pass "--with-default-font-path=" to #:configure-flags. --- gnu/packages/xorg.scm | 4 1 file changed, 4 insertions(+) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 0d3cdce..fb80e85 100644 --- a/gnu/packages/xorg.scm +++

Re: [PATCH 2/2] gnu: Add GSSD and Pipefs services (Usage of @var)

2016-09-14 Thread Ludovic Courtès
John Darrington skribis: > On Tue, Sep 13, 2016 at 01:45:19PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > +@item @code{nfs-utils} (default: @code{nfs-utils}) > ^ > Should

Re: [PATCH 5/7] gnu: Add kiss-fft-for-extempore.

2016-09-14 Thread Thompson, David
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: > * gnu/packages/algebra.scm (kiss-fft-for-extempore): New variable. LGTM. - Dave

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Tobias Geerinckx-Rice
Ludo', On 14/09/16 17:02, Ludovic Courtès wrote: > Please align the #:. > Remove leading space here. Yup, I noticed :-) Thanks. Kind regards, T G-R signature.asc Description: OpenPGP digital signature

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > On 14/09/16 15:45, Marius Bakke wrote: >> It's not visible in the cgit interface, but it actually seems to >> support normal snapshot downloads: >> https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git/snapshot/v141.tar.gz > > I did not know that.

Re: [PATCH 4/7] gnu: Add llvm-for-extempore.

2016-09-14 Thread Thompson, David
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: > * gnu/packages/llvm.scm (llvm-for-extempore): New variable. > --- > gnu/packages/llvm.scm | 8 > 1 file changed, 8 insertions(+) > > diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm > index

Re: [PATCH 1/7] gnu: Add nanovg-for-extempore.

2016-09-14 Thread Thompson, David
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: > * gnu/packages/gl.scm (nanovg-for-extempore): New variable. LGTM. - Dave

Re: [PATCH 4/7] gnu: Add llvm-for-extempore.

2016-09-14 Thread Danny Milosavljevic
> + (patches (list (search-patch "llvm-for-extempore.patch"))) Hmm... is this patch file somewhere?

Re: [PATCH] Adding .xsession to guile-wm

2016-09-14 Thread Ludovic Courtès
Alex ter Weele skribis: > Ludovic Courtès writes: > >> I agree with David that it would be good to talk to the upstream >> developer so that the .desktop file is distributed by upstream >> eventually. Could you try to reach them? > > There are

Re: [PATCH] gnu: par2cmdline.

2016-09-14 Thread Ludovic Courtès
Brendan Tildesley skribis: > On 2016-09-13 22:09, Ludovic Courtès wrote: >> Hello, >> >> Just a quick note: >> >> Brendan Tildesley skribis: >> >>> + license:gpl3+ ; config.guess >>> +

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Tobias Geerinckx-Rice
Marius, On 14/09/16 15:45, Marius Bakke wrote: > It's not visible in the cgit interface, but it actually seems to > support normal snapshot downloads: > https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git/snapshot/v141.tar.gz I did not know that. Thanks for the tip! It still requires a

Re: [PATCH v8] gnu: Update ldc to 0.17.1.

2016-09-14 Thread Efraim Flashner
On Wed, Sep 14, 2016 at 05:55:37PM +0200, Danny Milosavljevic wrote: > Hi, > > > With this patch I got: > > > > The following tests FAILED: > > 238 - std.datetime (Failed) > > 296 - std.regex.internal.tests (Failed) > > 568 - std.datetime-debug (Failed) > > 626 - std.regex.internal.tests-debug

[PATCH 0/1] curl: Fix CVE-2016-7167

2016-09-14 Thread Leo Famulari
This patch updates the curl replacement to 7.50.3, the latest release, in order to fix CVE-2016-7167: https://curl.haxx.se/docs/adv_20160914.html Leo Famulari (1): gnu: curl: Update replacement to 7.50.3 [fixes CVE-2016-7167]. gnu/packages/curl.scm | 8 1 file changed, 4

Re: Expat regression fix for master branch

2016-09-14 Thread Leo Famulari
On Tue, Sep 13, 2016 at 11:54:09PM +0200, Ludovic Courtès wrote: > It’s enough to have the patch in ‘core-updates’ only, but I could go > either way. WDYT? I could go either way, too. It depends on how much we want to support use of Guix outside of our package tree. At least we have made the

[PATCH 1/1] gnu: curl: Update replacement to 7.50.3 [fixes CVE-2016-7167].

2016-09-14 Thread Leo Famulari
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.3. (curl-7.50.2): Replace with (curl-7.50.3): ... this. --- gnu/packages/curl.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index f3c0ade..5cd8086

Re: [PATCH] gnu: Add qscintilla.

2016-09-14 Thread Kei Kebreau
Leo Famulari writes: > On Tue, Sep 13, 2016 at 08:48:43PM +, Efraim Flashner wrote: >> On September 13, 2016 11:37:35 PM GMT+03:00, Kei Kebreau >> wrote: >> >In this case, should I leave qtscintilla-qt4 as a public package in >> >qt.scm >> >instead

Re: [PATCH 1/1] gnu: curl: Update replacement to 7.50.3 [fixes CVE-2016-7167].

2016-09-14 Thread Leo Famulari
On Wed, Sep 14, 2016 at 09:03:03PM +0300, Efraim Flashner wrote: > On Wed, Sep 14, 2016 at 01:23:20PM -0400, Leo Famulari wrote: > > * gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.3. > > (curl-7.50.2): Replace with > > (curl-7.50.3): ... this. > > Looks straightforward. Thanks,

Re: [PATCH 1/1] gnu: curl: Update replacement to 7.50.3 [fixes CVE-2016-7167].

2016-09-14 Thread Efraim Flashner
On Wed, Sep 14, 2016 at 01:23:20PM -0400, Leo Famulari wrote: > * gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.3. > (curl-7.50.2): Replace with > (curl-7.50.3): ... this. > --- > gnu/packages/curl.scm | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff

Re: [PATCH] gnu: Add qscintilla.

2016-09-14 Thread Leo Famulari
On Tue, Sep 13, 2016 at 08:48:43PM +, Efraim Flashner wrote: > On September 13, 2016 11:37:35 PM GMT+03:00, Kei Kebreau > wrote: > >In this case, should I leave qtscintilla-qt4 as a public package in > >qt.scm > >instead of maths.scm as Leo suggested? > > That's where

Re: [PATCH] gnu: Add r-e1071.

2016-09-14 Thread Leo Famulari
On Wed, Sep 14, 2016 at 11:53:50AM +0200, Ricardo Wurmus wrote: > * gnu/packages/statistics.scm (r-e1071): New variable. LGTM

Re: [PATCH 5/5] gnu: Resurrect hydra.

2016-09-14 Thread Leo Famulari
On Tue, Sep 13, 2016 at 06:59:41PM +0200, Jan Nieuwenhuizen wrote: > * gnu/packages/patches/hydra-automake-1.15.patch: Remove. > * gnu/local.mk (dist_patch_DATA): Remove it. > * gnu/packages/ci.scm (hydra): Bump to 20151030. Fixes building with > nix-1.11.x. Add new libpqxx and perl-net-statsd

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Tobias Geerinckx-Rice
Danny, Marius, Danny Milosavljevic writes: > DESTDIR is a feature which lets you install into a tempdir. The idea > is that you install it all there and then atomically replace the > ORIGINAL version at the non-DESTDIR location. Herp. I know all this, no idea how I

[PATCH] gnu: gnurl: Update to 7.50.3.

2016-09-14 Thread ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.50.3. --- gnu/packages/gnunet.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index d9387b9..56a5ea3 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@

Re: [PATCH] gnu: Add qscintilla.

2016-09-14 Thread Leo Famulari
On Wed, Sep 14, 2016 at 02:11:44PM -0400, Kei Kebreau wrote: > Leo Famulari writes: > > > On Tue, Sep 13, 2016 at 08:48:43PM +, Efraim Flashner wrote: > >> On September 13, 2016 11:37:35 PM GMT+03:00, Kei Kebreau > >> wrote: > >> >In this case,

[PATCH 2/2] gnu: Add qtox.

2016-09-14 Thread Andy Patterson
* gnu/packages/messaging.scm (qtox): New variable. --- gnu/packages/messaging.scm | 54 ++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 3627fec..f628404 100644 ---

[PATCH 1/2] gnu: Add sqlcipher.

2016-09-14 Thread Andy Patterson
* gnu/packages/database.scm (sqlcipher): New variable. --- gnu/packages/databases.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index fc31653..d424848 100644 --- a/gnu/packages/databases.scm

[PATCH 0/2]: Add qtox.

2016-09-14 Thread Andy Patterson
In the spirit of other Tox-related packages added recently, here's qTox. -- Andy

[PATCH] gnu: Update flashrom to 0.9.9

2016-09-14 Thread Danny Milosavljevic
gnu: Update flashrom to 0.9.9 * gnu/packages/flashing-tools.scm (flashrom): Changed. * gnu/packages/patches/flashrom-use-libftdi1.patch: Removed. * gnu/local.mk: Remove mention of "flashrom-use-libftdi1.patch". --- gnu/local.mk | 1 -

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > Marius, > > On 14/09/16 17:19, Marius Bakke wrote: >> Another thing, I think the snippet should be moved to a phase, as AFAIK >> origin snippets should be reserved for removing unwanted files, or for >> reproducibility. > > Not if we use your

Re: [PATCH] gnu: rottlog: rotate messages daily.

2016-09-14 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > I would add /var/log/{secure,shepherd.log}, but weekly is probably > enough. Ok. I implemented this by changing the rottlog package that already modifies etc/weekly. I'm not sure if sending SIGHUP to syslog is ok for shepherd.log or that would need to be a kill 1?

Re: [PATCH] gnu: Add mcelog.

2016-09-14 Thread Tobias Geerinckx-Rice
Marius, On 14/09/16 17:19, Marius Bakke wrote: > Another thing, I think the snippet should be moved to a phase, as AFAIK > origin snippets should be reserved for removing unwanted files, or for > reproducibility. Not if we use your suggested snapshot tarball, which rightly lack a .git directory.

Re: [PATCH 6/7] gnu: Add portmidi-for-extempore.

2016-09-14 Thread Ricardo Wurmus
Thompson, David writes: > On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: >> * gnu/packages/music.scm (portmidi-for-extempore): New variable. >> --- >> gnu/packages/music.scm | 17 + >> 1 file changed, 17 insertions(+) >> >>

Re: [PATCH] gnu: Add qscintilla.

2016-09-14 Thread Efraim Flashner
On September 14, 2016 11:37:46 PM GMT+03:00, Kei Kebreau wrote: >Leo Famulari writes: > >> On Wed, Sep 14, 2016 at 02:11:44PM -0400, Kei Kebreau wrote: >>> Leo Famulari writes: >>> >>> > On Tue, Sep 13, 2016 at 08:48:43PM +,

Re: [PATCH] gnu: Add qscintilla.

2016-09-14 Thread Kei Kebreau
Leo Famulari writes: > On Wed, Sep 14, 2016 at 02:11:44PM -0400, Kei Kebreau wrote: >> Leo Famulari writes: >> >> > On Tue, Sep 13, 2016 at 08:48:43PM +, Efraim Flashner wrote: >> >> On September 13, 2016 11:37:35 PM GMT+03:00, Kei Kebreau >> >>

Re: [PATCH] gnu: gnurl: Update to 7.50.3.

2016-09-14 Thread Leo Famulari
On Wed, Sep 14, 2016 at 07:36:03PM +, ng0 wrote: > * gnu/packages/gnunet.scm (gnurl): Update to 7.50.3. Thanks! Pushed as 991847748a554deb9bc6d6a7b4f8a5e9164365c6

Re: [PATCH] gnu: Add r-rtsne.

2016-09-14 Thread Leo Famulari
On Wed, Sep 14, 2016 at 09:38:34AM +0200, Ricardo Wurmus wrote: > * gnu/packages/statistics.scm (r-rtsne): New variable. > +(license license:bsd-3))) Some of the files in 'src/' use a 4-clause BSD license.

Re: [PATCH 2/3] gnu: Add python-pytest-flakes.

2016-09-14 Thread Leo Famulari
On Sun, Sep 11, 2016 at 03:07:36PM +0100, Marius Bakke wrote: > * gnu/packages/python.scm (python-pytest-flakes, python2-pytest-flakes): > New variables. > +(description "Pytest plugin for efficiently checking python source > +with pyflakes.") I have the same question about removing

Re: [PATCH 1/3] gnu: Add python-pytest-pep8.

2016-09-14 Thread Leo Famulari
On Sun, Sep 11, 2016 at 03:07:35PM +0100, Marius Bakke wrote: > * gnu/packages/python.scm (python-pytest-pep8, python2-pytest-pep8): New > variables. Overall LGTM... > +(description "Pytest plugin for efficiently checking PEP8 compliance") I think we can drop "efficiently". I can do that

Re: [PATCH] gnu: Add perl-mhonarc.

2016-09-14 Thread Leo Famulari
On Wed, Sep 14, 2016 at 09:29:46AM +, ng0 wrote: > Leo Famulari writes: > > > On Sun, Sep 11, 2016 at 03:46:34PM +, ng0 wrote: > >> Should this then be adjusted to gpl2+ ? I took the information from > >> their website. > > > > Yes, I think it should be gpl2+, since

Re: Using arch for kernel config file breaks kernel builds

2016-09-14 Thread David Craven
> seems a commit yesterday (c258807a) broke kernel compilation on > i686. When searching for kernel configuration file, > system->linux-architecture reduces i686 to i386, but no matching > configuration file exists. Sorry about that. Thank you for reporting the issue. > I see two options: > 1)

Re: [PATCH 1/2] gnu: python: Add python-i3.

2016-09-14 Thread Brendan Tildesley
On 2016-09-14 19:16, Ivan Vilata i Balaguer wrote: This is version 0.6.4, but the git repo has a few small updates since then, and has bumbed the version to 0.6.5. Being 4 years old, probably this is not going to find it's way to pypi? Other than that I can't see issues with the package. Perhaps

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> ng0 writes: >> >>> [ Unknown signature status ] >>> Ricardo Wurmus writes: >>> Hi, > I hope the appended patch still applies. could

Re: [PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-14 Thread Brendan Tildesley
On 2016-09-14 19:17, Ivan Vilata i Balaguer wrote: Welcome to Guix. I tested this out in i3 and it works just fine. I may end up using it. the latest version seems to be 2.2, but I see you commented on that on the github, as it is not in pypi yet. Do we prefer to use pypi or directly source

Re: [PATCH 3/3] gnu: Add python-natsort.

2016-09-14 Thread Leo Famulari
On Sun, Sep 11, 2016 at 03:07:37PM +0100, Marius Bakke wrote: > * gnu/packages/python.scm (python-natsort, python2-natsort): New variables. Thanks! I pushed the patch series as 5467ea6200e7cf9fa57f340849b6ec1becc87b3d

[PATCH] gnu: Add pext.

2016-09-14 Thread ng0
* gnu/packages/python.scm (pext): New variable. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e2e1ec2..fabc8dc 100644 --- a/gnu/packages/python.scm +++

Re: [PATCH] gnu: Add pext.

2016-09-14 Thread ng0
This doesn't need installation, but it seems interesting and has an setup.py I don't know if it works, starting it outside of my profile it complains about a missing module. ng0 writes: > * gnu/packages/python.scm (pext): New variable. > --- > gnu/packages/python.scm

Re: New package: python-glances

2016-09-14 Thread Leo Famulari
On Tue, Sep 13, 2016 at 10:02:37PM +0200, Stefan Reichör wrote: > Subject: [PATCH] gnu: Add python-glances Thank you for this patch! For Python software, we like to add packages for both the Python 3 and Python 2 versions, if the software supports it. The PyPi page [0] suggests that Glances does

Re: [PATCH] gnu: Add darkhttpd.

2016-09-14 Thread Leo Famulari
On Wed, Sep 14, 2016 at 11:31:59AM +0530, Arun Isaac wrote: > * gnu/packages/web.scm (darkhttpd): New variable. Thanks for the updated patch! > + (uri (git-reference > + (url (string-append "https://unix4lyfe.org/git/darkhttpd;)) > + (commit

[PATCH] gnu: Add darkhttpd.

2016-09-14 Thread Arun Isaac
* gnu/packages/web.scm (darkhttpd): New variable. --- gnu/packages/web.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 20c7d12..2b73446 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@

[PATCH 2/7] gnu: Add assimp.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/graphics.scm (assimp): New variable. --- gnu/packages/graphics.scm | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index d0df830..930e198 100644 --- a/gnu/packages/graphics.scm

[PATCH 3/7] gnu: Add stb-image-for-extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/image.scm (stb-image-for-extempore): New variable. --- gnu/packages/image.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 1b10846..e40fa9a 100644 --- a/gnu/packages/image.scm +++

[PATCH 7/7] gnu: Add Extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/music.scm (extempore): New variable. --- gnu/packages/music.scm | 147 + 1 file changed, 147 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index c62dbbc..c512d53 100644 --- a/gnu/packages/music.scm +++

[PATCH 5/7] gnu: Add kiss-fft-for-extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/algebra.scm (kiss-fft-for-extempore): New variable. --- gnu/packages/algebra.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 4fb15c6..83f03a0 100644 --- a/gnu/packages/algebra.scm +++

[PATCH 1/7] gnu: Add nanovg-for-extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/gl.scm (nanovg-for-extempore): New variable. --- gnu/packages/gl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 1aa1201..707e3d4 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -4,6

[PATCH 0/7] Add Extempore.

2016-09-14 Thread Ricardo Wurmus
Hi Guix, This patch set adds Extempore, a Scheme-like language for live coding of audio and graphics. Extempore comes with an Emacs mode to facilitate live coding from within Emacs (much like using Geiser for Guile). Extempore depends on a few libraries that have been forked from their upstream

[PATCH 4/7] gnu: Add llvm-for-extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/llvm.scm (llvm-for-extempore): New variable. --- gnu/packages/llvm.scm | 8 1 file changed, 8 insertions(+) diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index a9eba79..b55a200 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -3,6 +3,7 @@

[PATCH 6/7] gnu: Add portmidi-for-extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/music.scm (portmidi-for-extempore): New variable. --- gnu/packages/music.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index f294564..c62dbbc 100644 --- a/gnu/packages/music.scm +++

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread ng0
ng0 writes: > [ Unknown signature status ] > Ricardo Wurmus writes: > >> Hi, >> >>> I hope the appended patch still applies. >> >> could you please send a new, complete patch? >> >> You seem to have removed the “#t” from the “install” phase >>

[PATCH] gnu: Add r-e1071.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-e1071): New variable. --- gnu/packages/statistics.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 334c72a..fdc97ca 100644 --- a/gnu/packages/statistics.scm +++

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread Ricardo Wurmus
ng0 writes: > ng0 writes: > >> [ Unknown signature status ] >> Ricardo Wurmus writes: >> >>> Hi, >>> I hope the appended patch still applies. >>> >>> could you please send a new, complete patch? >>> >>> You seem to

Re: [PATCH 2/2] gnu: Add guile2.2-redis.

2016-09-14 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/guile.scm (guile2.2-redis): New variable. > > OK Pushed to master as 85313be89d57a99f32f7991448ec06af7462f338. Thanks! ~~ Ricardo

[PATCH] gnu: Add r-rtsne.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-rtsne): New variable. --- gnu/packages/statistics.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index f7110ae..334c72a 100644 --- a/gnu/packages/statistics.scm +++

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread ng0
Ricardo Wurmus writes: > Hi, > >> I hope the appended patch still applies. > > could you please send a new, complete patch? > > You seem to have removed the “#t” from the “install” phase > accidentally. The return value should be kept. > > ~~ Ricardo > > From

[PATCH 0/2] Add quickswitch for i3

2016-09-14 Thread Ivan Vilata i Balaguer
Hi everyone, The following two patches add the [quickswitch for i3][] package. It depends on [i3-py][], which I renamed to ``python-i3``. The quickswitch package is named ``i3-quickswitch``. I hope I got the naming right, they're also the first packages I add to Guix, so please tell if I did

[PATCH 1/2] gnu: python: Add python-i3.

2016-09-14 Thread Ivan Vilata i Balaguer
From 3c39ddc7124c33ea0abe2d35a293b79942bf32b6 Mon Sep 17 00:00:00 2001 From: Ivan Vilata-i-Balaguer Date: Wed, 14 Sep 2016 08:28:22 +0200 Subject: [PATCH 1/2] gnu: python: Add python-i3. * gnu/packages/python.scm (python-i3, python2-i3): New variables. ---

Using arch for kernel config file breaks kernel builds

2016-09-14 Thread Carlos Sánchez de La Lama
Hi guys, seems a commit yesterday (c258807a) broke kernel compilation on i686. When searching for kernel configuration file, system->linux-architecture reduces i686 to i386, but no matching configuration file exists. I see two options: 1) go back to using system instead of arch (which would

[PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-14 Thread Ivan Vilata i Balaguer
From 621739c63f132115ee923da7bb61ff87844345f4 Mon Sep 17 00:00:00 2001 From: Ivan Vilata-i-Balaguer Date: Wed, 14 Sep 2016 11:00:25 +0200 Subject: [PATCH 2/2] gnu: python: Add i3-quickswitch. * gnu/packages/python.scm (i3-quickswitch): New variable. --- gnu/packages/python.scm

Re: [PATCH] gnu: Add perl-mhonarc.

2016-09-14 Thread ng0
Leo Famulari writes: > On Sun, Sep 11, 2016 at 03:46:34PM +, ng0 wrote: >> Should this then be adjusted to gpl2+ ? I took the information from >> their website. > > Yes, I think it should be gpl2+, since the source files seem to all say > "or later". > I have updated the

User-profile search paths should include system-profile directories

2016-09-14 Thread Carlos Sánchez de La Lama
Hi guys, I have an interesting case here. I have guile installed in my system profile, so that /var/guix/profiles/system/profile/share/aclocal/guile.m4 is there. However, autoconf is installed in my *user* profile, so ACLOCAL_PATH is augmented in ~/.guix-profile/etc/profile to include

Re: [PATCH 1/2] gnu: guile-redis: Remove hard-coded Guile effective version.

2016-09-14 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/guile.scm (guile-redis)[snippet]: Modify 'ac_subst_vars' >> in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in >> 'Makefile.in'. > > OK! Pushed as

Re: [PATCH] gnu: Add direnv

2016-09-14 Thread 宋文武
Christopher Baines writes: > direnv is an environment switcher for the shell. direnv can be used with many > tools, including Guix environments. > > I was lucky enough to meet the original author in London, who showed me > direnv, > and helped me write a function for my

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread Ricardo Wurmus
Hi, > I hope the appended patch still applies. could you please send a new, complete patch? You seem to have removed the “#t” from the “install” phase accidentally. The return value should be kept. ~~ Ricardo

Re: [PATCH] gnu: icedtea-8: Hardcode dynamically loaded libraries.

2016-09-14 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > [...] > >> +(lambda (file) >> + (catch 'encoding-error >> +(lambda () >> + (substitute* file >> +(("VERSIONED_JNI_LIB_NAME\\(\"(.*)\", >>

Re: [PATCH 1/3] gnu: Add python-pytest-pep8.

2016-09-14 Thread Marius Bakke
Leo Famulari writes: > On Sun, Sep 11, 2016 at 03:07:35PM +0100, Marius Bakke wrote: >> * gnu/packages/python.scm (python-pytest-pep8, python2-pytest-pep8): New >> variables. > > Overall LGTM... > >> +(description "Pytest plugin for efficiently checking PEP8

"filesystem" vs. "file system"

2016-09-14 Thread John Darrington
On Tue, Sep 13, 2016 at 01:45:19PM +0200, Ludovic Court??s wrote: John Darrington skribis: > +The @code{(gnu services nfs)} module provides the following services, > +which are most commonly used in relation to mouting or exporting NFS > +filesystems.