Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> * gnu/packages/guile.scm (guile2.2-redis): New variable.
>
> OK
Pushed to master as 85313be89d57a99f32f7991448ec06af7462f338.
Thanks!
~~ Ricardo
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
~/.guix-p
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 ea833d301b0f4ff17dbc9403e18484a03258067e.
~~ Ricardo
* 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
+++ b/gnu/pac
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 .direnvrc file to make it
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
l...@gnu.org (Ludovic Courtès) writes:
> [...]
>
>> +(lambda (file)
>> + (catch 'encoding-error
>> +(lambda ()
>> + (substitute* file
>> +(("VERSIONED_JNI_LIB_NAME\\(\"(.*)\",
>>
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
so
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.
---
gnu/packages/python.scm | 25 ++
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 allow
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 | 26 +
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 license and changed
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 7a58278178f7c13b1c9bfc93da4e5c8d765e
* 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
* 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
+++ b/gnu/packages
* 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
+++ b/g
* 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
+++ b/gnu/p
* 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 +4,
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
* 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 @@
;;;
* 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
+++ b/gnu/packages/music.scm
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
>> accidentally. The return value should be kept.
>>
>
* 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
+++ b/gnu/packa
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 have removed the “#t” from the “install” phase
>>> accidentally. The retu
Ricardo Wurmus writes:
> 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 have removed the “#t” from the “ins
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 i
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 upstre
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 pypi
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 you give me an example how the summary line shoul
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 apply to all of the changes in this patch.
>>
>> Can you give me an e
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; specify test target; build "
* 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
+++ b/gnu/packages/l
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 ---
> .../patches/l
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 3ec6514..fc4faa4 1
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/image.scm (stb-image-for-extempore): New variable.
LGTM.
- Dave
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
* 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
+++ b/g
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 a9eba79..b55a200 100644
> --- a
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/gl.scm (nanovg-for-extempore): New variable.
LGTM.
- Dave
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
> index f294564..c62
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 sufficient, and causes
> +
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 improvements I want to make to guile-wm itself, so
> + (patches (list (search-patch "llvm-for-extempore.patch")))
Hmm... is this patch file somewhere?
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 be @var, because here we???re talking about t
On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote:
> * gnu/packages/algebra.scm (kiss-fft-for-extempore): New variable.
LGTM.
- Dave
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 ((%default-port-enco
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, 21:
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
> ACLOCAL_
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
>>> + license:x11; install-sh
>> These two files are build system helpers pr
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 snippet
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
> +#:make-flags (list "CC=gcc"
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
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. Thanks for the t
> >> +(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.
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!
>> >> +(home-page "http://mcel
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 t
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
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 (F
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 I would leave it. You c
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 insertions(+
* 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 100644
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 --git
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 of maths.scm as Leo suggested?
>>
>> That'
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,
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 iss
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? See
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, should I leave qtscintilla-qt4 as a public pack
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.
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 managed to confuse them.
On 1
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(+)
>>
>> diff --git a/gnu/packages/music.scm b/gnu/pack
On Wed, Sep 14, 2016 at 11:53:50AM +0200, Ricardo Wurmus wrote:
> * gnu/packages/statistics.scm (r-e1071): New variable.
LGTM
* 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
--- a/gnu/packages/messaging.s
* 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
++
In the spirit of other Tox-related packages added recently, here's qTox.
--
Andy
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 suggested snapshot tar
* 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
@@ -1
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 de
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 -
gnu/packages/flashing-to
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
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
>> >> wrote:
>> >> >In this case, should I leave q
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 +, Efraim Flashner wrote:
>>> >> On September 13, 2016 11:37:35 PM
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
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.
> 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) go
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 "41b68476c35270f47dcd2dd
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 the source files seem
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 b
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 "effici
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 compliance")
>
> I think we can
* 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
+++ b/gnu/packages/python.s
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 | 31 ++
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
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.
(Al
> I found some tests! See attached. Part of the test suite wants some
> static library from Clang / LLVM; I couldn't make that work in 5 minutes
> so I gave up ;) I think it's okay to commit in this state.
Yeah, the darkhttpd git repo has some test cases, but the release
tarball does not. Since w
94 matches
Mail list logo