Christopher Allan Webber writes:
> But if you use guile-2.0 from Guix, you get the following issue:
>
> scheme@(guile-user)> ,L wisp
> While executing meta-command:
> ERROR: In procedure setlocale: Invalid argument
> scheme@(guile-user)> ,L wisp
> While executing meta-command:
> ERRO
Hi again,
> attached is a patch to add MARS. This is really a fun game and you can
> play it with a friend on the same machine.
Eric Bavier told me on IRC that there is actually a tarball I could use
instead of the git reference, so I tried it:
$ guix download
https://github.com/downloads/
On 18/09/15 01:51, Ricardo Wurmus wrote:
Hi Ben,
thank you very much for your patch!
and you sir, for the review.
+(inputs
+ `(("python-setuptools" ,python2-setuptools)
I think this should be a native input instead.
ok
+ ("python-biopython" ,python2-biopython)))
And this lo
Ludovic Courtès (2015-09-18 22:25 +0300) wrote:
> Richard skribis:
[...]
>> Fair enough. May I suggest that at some point (many, many months from now)
>> it might be worth re-visiting that idea? I expect that I am not the only
>> user who might consider multibooting and who has an established boo
Hi Guix,
I noticed that we aren’t using pam_limits.so, so it is impossible to set
session-wide limits per user. This is useful to explicitly grant the
“audio” group realtime priorities and lift memory allocation
restrictions.
The attached patch tries to add an entry for pam_limits.so, but I have
Hello, along with:
/gnu/store/…-foo-0.1
we have:
http://hydra.gnu.org/nar/…-foo-0.1
http://hydra.gnu.org/log/…-foo-0.1
I think it would be good to "prettify" such things as well, so what
about the attached patch?
>From 5914f7007d1b27c0fa8594df4c1cff5fdd35e359 Mon Sep 17 00:00:00 2001
Fro
>From e2a9d5bd613da81a050875af5f580da87dfa08b9 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Sat, 19 Sep 2015 13:16:38 +0200
Subject: [PATCH] gnu: Add XJackFreak.
* gnu/packages/audio.scm (xjackfreak): New variable.
---
gnu/packages/audio.scm | 42 ++
On Wed, Sep 16, 2015 at 12:06 AM, Pjotr Prins wrote:
> * gnu/packages/ruby.scm (ruby-docile): New variable.
> ---
> gnu/packages/ruby.scm | 23 +++
> 1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index 7dc46b6..539b00b 100644
Hey Ricardo,
On Wed, Sep 16, 2015 at 5:12 AM, Ricardo Wurmus
wrote:
> Hi Guix,
>
> attached are a couple of patches that resulted from a recent attempt to
> traverse the dependency graph for a dependency of some tool I wanted to
> package.
>
> I’m not happy with ‘0007-gnu-Add-ruby-rb-fsevent.patc
Thanks in advance for review.
>From cb470509de810ea93ac4e576bb0347225b68ad98 Mon Sep 17 00:00:00 2001
From: Ben Woodcroft
Date: Sat, 19 Sep 2015 23:35:18 +1000
Subject: [PATCH] gnu: Add python-xlrd.
* gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables.
---
gnu/packages/python.sc
On Sat, Sep 19, 2015 at 4:25 AM, Ricardo Wurmus wrote:
> Hi again,
>
>> attached is a patch to add MARS. This is really a fun game and you can
>> play it with a friend on the same machine.
>
> Eric Bavier told me on IRC that there is actually a tarball I could use
> instead of the git reference,
Ben Woodcroft writes:
> From cb470509de810ea93ac4e576bb0347225b68ad98 Mon Sep 17 00:00:00 2001
> From: Ben Woodcroft
> Date: Sat, 19 Sep 2015 23:35:18 +1000
> Subject: [PATCH] gnu: Add python-xlrd.
>
> * gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables.
> ---
> gnu/packages/py
On Sat, Sep 19, 2015 at 05:49:28PM +0200, Mathieu Lirzin wrote:
> > +(native-inputs
> > + `(("python-setuptools" ,python2-setuptools)
> > + ("python-nose" ,python2-nose)))
> I don't know python packaging but when I look at other packages it
> seems that these are usually used as “inpu
Hey folks,
I was trying to package the Mumble VOIP program and ran into an issue
with Avahi. Mumble requires that Avahi be compiled with libdns_sd
compatibility. The patch is very simple, but entails rebuilding some
300 packages, notably the massive Qt beast. Would this patch have to
wait for t
On Thu, Sep 17, 2015 at 1:37 AM, Pjotr Prins wrote:
> Please push if OK.
I cleaned a few things up and pushed. Thanks.
- Dave
Hello,
there are a number of sites for which I still need to use iceweasel, since
icecat will not work on them. Now it may well be that the site is also poorly
configured, but it is still surprising that the two behave differently, and
I wonder whether there is something to be done in our icecat s
On Thu, Sep 17, 2015 at 2:17 AM, Pjotr Prins wrote:
> BioRuby patch updated.
Awesome! Happy to see that all the tests passed. Cleaned it up a bit
and pushed.
- Dave
Ricardo Wurmus writes:
> Christopher Allan Webber writes:
>
>> But if you use guile-2.0 from Guix, you get the following issue:
>>
>> scheme@(guile-user)> ,L wisp
>> While executing meta-command:
>> ERROR: In procedure setlocale: Invalid argument
>> scheme@(guile-user)> ,L wisp
>> While
Thompson, David writes:
>> “Content-Type: .gz” is what trips up “guix download”. What follows
>> “Content-Type:” should be a mime type and I suppose “.gz” is not a valid
>> mime type. Would it make sense for the HTTP client to be a little more
>> tolerant about this?
>
> No, upstream needs to
Mathieu Lirzin writes:
>> + ;; so use nose to run tests instead for now.
>> + (replace 'check (lambda _ (zero? (system* "nosetests")))
>> +(native-inputs
>> + `(("python-setuptools" ,python2-setuptools)
>> + ("python-nose" ,python2-nose)))
>
> I don't know pytho
Hi Dave,
> I pushed the first 6 patches with only a couple of minor
> comment/description tweaks. Still need to look into what can be done
> about patch 7 and the test suite for yard.
Thank you. I’m in no hurry and I’d be much happier if the tests for
yard could be enabled, so it’s totally okay
On Sat, Sep 19, 2015 at 4:06 PM, Ricardo Wurmus wrote:
>
> Thompson, David writes:
>
>>> “Content-Type: .gz” is what trips up “guix download”. What follows
>>> “Content-Type:” should be a mime type and I suppose “.gz” is not a valid
>>> mime type. Would it make sense for the HTTP client to be a
Ricardo Wurmus writes:
> Mathieu Lirzin writes:
>
>>> + ;; so use nose to run tests instead for now.
>>> + (replace 'check (lambda _ (zero? (system* "nosetests")))
>>> +(native-inputs
>>> + `(("python-setuptools" ,python2-setuptools)
>>> + ("python-nose" ,python
On Fri, 18 Sep 2015 21:25:00 +0200
Ricardo Wurmus wrote:
> attached is a patch to add MARS. This is really a fun game and you can
> play it with a friend on the same machine.
Yay! I was pleased to find that it even plays nicely on my i686
netbook :)
>
> I could not get sound to work, unfortu
Been missing this program for awhile, so here it is!
>From 241f44af6ba5229c6fdeda0fadd50345f4abaf60 Mon Sep 17 00:00:00 2001
From: David Thompson
Date: Sat, 19 Sep 2015 19:20:52 -0400
Subject: [PATCH] gnu: Add file-roller.
* gnu/packages/gnome.scm (file-roller): New variable.
---
gnu/packages/g
Christopher Allan Webber writes:
> From 8d29d47c0558c24562c2c0760e1f05a78b064838 Mon Sep 17 00:00:00 2001
> From: Christopher Allan Webber
> Date: Fri, 18 Sep 2015 16:58:31 -0500
> Subject: [PATCH] gnu: guile: Add guile-wisp
>
> * gnu/packages/guile.scm (guile-wisp): New variable.
> ---
> gnu/p
On 20/09/15 06:37, Mathieu Lirzin wrote:
Ricardo Wurmus writes:
Mathieu Lirzin writes:
+ ;; so use nose to run tests instead for now.
+ (replace 'check (lambda _ (zero? (system* "nosetests")))
+(native-inputs
+ `(("python-setuptools" ,python2-setuptools)
+
David Thompson writes:
> I was trying to package the Mumble VOIP program and ran into an issue
> with Avahi. Mumble requires that Avahi be compiled with libdns_sd
> compatibility. The patch is very simple, but entails rebuilding some
> 300 packages, notably the massive Qt beast. Would this pat
On 09/17/2015 04:23 PM, Cyril Roelandt wrote:
> gnu: Add python-prettytable
Pushed.
> gnu: Fix the definition of python2-pyflakes-0.8.1.
> gnu: Add python2-pyflakes.
Pushed these two as a single commit.
> gnu: Add python-mccabe-0.2.1
Removed this one, will resubmit with the definition of
29 matches
Mail list logo