Al McElrath writes:
> Another new package. Feedback appreciated.
Thank you for the patch!
> This is free software, but it
> only works with a non-free music service, Pandora. Is that acceptable?
The concept of “non-free” doesn’t directly apply to services. See
“Untangling the SaaSS Issue fro
Thanks for the review. This apparently a problematic package. Let's
try fix a few things at a time.
On Wed, Feb 10, 2016 at 10:04:47PM -0600, Eric Bavier wrote:
> >#:use-module (guix download)
> > + #:use-module (guix licenses)
> > + #:use-module ((guix licenses) #:prefix license:)
> >#:
On Wed, Feb 10, 2016 at 10:33:30PM -0600, Eric Bavier wrote:
> On Wed, 10 Feb 2016 18:36:48 +0100
> Pjotr Prins wrote:
>
> > * gnu/packages/parallel.scm (slurm-llnl): New variable.
> > ---
> > gnu/packages/parallel.scm | 51
> > ---
> > 1 file changed
Pjotr Prins writes:
> On Wed, Feb 10, 2016 at 10:33:30PM -0600, Eric Bavier wrote:
>> On Wed, 10 Feb 2016 18:36:48 +0100
>> Pjotr Prins wrote:
>>
>> > * gnu/packages/parallel.scm (slurm-llnl): New variable.
>> > ---
>> > gnu/packages/parallel.scm | 51
>> > +++
"Thompson, David" skribis:
> The bigger problem to be aware of is this: No package in the gnutls
> dependency graph may have its source code downloaded over HTTPS. Even
> if we hack around this for pkg-config, I'm sure it will bite us again
> when another upstream starts enforcing HTTPS.
>
> So
Andreas Enge skribis:
> On Wed, Feb 10, 2016 at 03:46:03PM -0500, Mark H Weaver wrote:
>> What's the nature of the pulseaudio update? Why is it important?
>
> It is not particularly important, I would say. I am just growing impatient,
Of course having Hydra stuck building security updates is a
Christopher Allan Webber skribis:
> Pjotr Prins writes:
>
>> On Tue, Feb 09, 2016 at 02:17:08PM -0800, Christopher Allan Webber wrote:
>>> >> - g-expressions which generate packages of the Guix package manager for
>>> >>.deb and .rpm based distros, and work to get those upstream in Debian
>>
On Thu, Feb 11, 2016 at 09:15:34AM +0100, Pjotr Prins wrote:
> I am under the impression one should fix one package at a time. What
> is the policy anyway? With or without namespace? Without the namespace
> there is a naming conflict between the openssl license and the openssl
> package (in tls).
Andreas Enge skribis:
> On Tue, Jan 19, 2016 at 10:20:42AM +0100, Ludovic Courtès wrote:
>> This is a bit verbose. I think it would be nice to have a data
>> structure to describe what we are deleting, along these lines
>> (untested):
>
> I agree, computer science 101 tells us to use a function
Ricardo Wurmus skribis:
> Jookia <166...@gmail.com> writes:
[...]
>> I brought this up a bit earlier in IRC but you could rebuild the bootstrap
>> binaries- but then they'd just be identical to the ones shipped. So are they
>> really foreign then?
>
> I wonder: can you *really* rebuild them?
F
* gnu/packages/linux.scm (iproute): Update to 4.4.0.
---
gnu/packages/linux.scm | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a6e3ec9..16aaed8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.s
I think iproute2 should be included in %base-packages as it is a standard
toolset for various networking things.
[PATCH 1/3] gnu: iproute: Use 'modify-phases'.
[PATCH 2/3] gnu: iproute: Update to 4.4.0.
[PATCH 3/3] system: Add iproute to '%base-packages'.
* gnu/system.scm (%base-packages): Add iproute.
---
gnu/system.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index 9540324..14fea93 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package mana
* gnu/packages/linux.scm (iproute)[arguments]: Use 'modify-phases'.
---
gnu/packages/linux.scm | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e7f7bcd..a6e3ec9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/pac
On Thu, Feb 11, 2016 at 11:08:01AM +0100, Andreas Enge wrote:
> > > I think we should rather use "slurm-wlm" if we are trying to
> > > dissambiguate with the "Slurm the Realtime network interface monitor".
> > The website https://computing.llnl.gov/linux/slurm/ suggests
> > otherwise. Also archlinu
On Thu, 11 Feb 2016 14:03:19 +0300
Alex Kost wrote:
> * gnu/system.scm (%base-packages): Add iproute.
> ---
> gnu/system.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/system.scm b/gnu/system.scm
> index 9540324..14fea93 100644
> --- a/gnu/system.scm
> +++ b/
On Thu, 11 Feb 2016 14:03:17 +0300
Alex Kost wrote:
> * gnu/packages/linux.scm (iproute)[arguments]: Use 'modify-phases'.
> ---
> gnu/packages/linux.scm | 14 +++---
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> inde
On Thu, 11 Feb 2016 14:03:18 +0300
Alex Kost wrote:
> * gnu/packages/linux.scm (iproute): Update to 4.4.0.
> ---
> gnu/packages/linux.scm | 16
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index a6e3ec9..16
Hello everyone,
As I am still a student I would like to suggest continuing the project
of porting Guix to GNU/Hurd in this GSoC as well, with the objective of
having a working GuixSD/Hurd by the end of the summer.
After discussions with Justus and Samuel in FOSDEM about the Guix-Hurd
port I am st
Hi,
i attached spice-protocol patch for review.
SPICE protocol, is a required package to package spice-gtk(requiered for
GNOME Vinagre).
Considerations:
a) I use the source: "http://www.spice-space.org/download/releases/";
instead "https://cgit.freedesktop.org/spice/spice-protocol";.
b) The
On Thu, Feb 11, 2016 at 12:11:27PM +0100, Pjotr Prins wrote:
> There is already a slurm package.
Apparently not in current master:
$ guix package -A slurm
does not show anything, not even
$ grep slurm gnu/packages/*.scm
Did I overlook anything?
Andreas
On Thu, Feb 11, 2016 at 03:21:21PM +0100, Andreas Enge wrote:
> On Thu, Feb 11, 2016 at 12:11:27PM +0100, Pjotr Prins wrote:
> > There is already a slurm package.
>
> Did I overlook anything?
No, I also checked.
The point is that https://packages.debian.org/sid/slurm is a network
tool. So, it is
Hi Guix,
these updates are straight-forward, but I wanted to run them by you
anyway, because numpy and pandas seem pretty important.
The numpy version is Guix was released in Nov 2014, so I think it’s time
for an update. I needed a later version to upgrade fastlmm (which was
my primary goal).
(
On Thu, 11 Feb 2016 12:11:27 +0100
Pjotr Prins wrote:
> On Thu, Feb 11, 2016 at 11:08:01AM +0100, Andreas Enge wrote:
> > > > I think we should rather use "slurm-wlm" if we are trying to
> > > > dissambiguate with the "Slurm the Realtime network interface monitor".
> > > The website https://compu
Thanks for the feedback. A revised patch is attached.
>From 910e61b6ca8921b521c98bcb2d4ba6d64bcf79bf Mon Sep 17 00:00:00 2001
From: Al McElrath
Date: Tue, 9 Feb 2016 12:07:30 -0800
Subject: [PATCH] gnu: Add notmuch-addrlookup-c.
* gnu/packages/mail.scm (notmuch-addrlookup-c): New variable.
---
Hello,
the first two patches look good, assuming that Emacs did the right thing
with respect to the changed indentation. Please push!
For the last one, I am not familiar enough with GuixSD to comment.
Andreas
Manolis Ragkousis writes:
> Hello everyone,
>
> As I am still a student I would like to suggest continuing the project
> of porting Guix to GNU/Hurd in this GSoC as well, with the objective of
> having a working GuixSD/Hurd by the end of the summer.
>
> After discussions with Justus and Samuel in
On Thu, Feb 11, 2016 at 01:46:30PM +0200, Manolis Ragkousis wrote:
> As I am still a student I would like to suggest continuing the project
> of porting Guix to GNU/Hurd in this GSoC as well, with the objective of
> having a working GuixSD/Hurd by the end of the summer.
Sounds great, I hope it wil
Ludovic Courtès writes:
>> So, while we're on the topic of hopes and dreams that I might
>> *personally* love to see solved through GSoC, but maybe people will be
>> like "That's not enough of a GSoC programming project"
>
> We could frame it in terms of programming: providing a Guix API for t
On Wed, 10 Feb 2016 18:36:48 +0100
Pjotr Prins wrote:
> * gnu/packages/parallel.scm (slurm-llnl): New variable.
> ---
> gnu/packages/parallel.scm | 51
> ---
> 1 file changed, 48 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/parallel.sc
On Wed, 10 Feb 2016 19:36:41 -0600
Christopher W Carpenter wrote:
> From: Christopher W Carpenter
> To: guix-devel@gnu.org
> Subject: [PATCH] Update lisp.scm CCL and SBCL to latest versions
> Date: Wed, 10 Feb 2016 19:36:41 -0600
> Sender: guix-devel-bounces+efraim=flashner.co...@gnu.org
> User-
On Tue, 9 Feb 2016 03:11:02 -0500
Leo Famulari wrote:
> * gnu/packages/python.scm (python-requests)[properties]: New field.
> (python2-requests): Use 'strip-python2-variant'.
> ---
> gnu/packages/python.scm | 7 +--
> 1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/gnu/pack
On Tue, 9 Feb 2016 03:11:00 -0500
Leo Famulari wrote:
> * gnu/packages/python.scm (python-jsonschema)[properties]: New field.
> (python2-jsonschema): Use 'strip-python2-variant'.
> ---
> gnu/packages/python.scm | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/
On Tue, 9 Feb 2016 03:10:59 -0500
Leo Famulari wrote:
> * gnu/packages/python.scm (python-cryptography)[properties]: New field.
> (python2-cryptography): Use 'strip-python2-variant'.
> ---
> gnu/packages/python.scm | 20 +++-
> 1 file changed, 7 insertions(+), 13 deletions(-)
>
On Tue, 9 Feb 2016 03:10:58 -0500
Leo Famulari wrote:
> These patches apply the new python2-variant system introduced in
> 1be83341 to python2-{cryptography, jsonschema, wheel, requests}, and
> then split acme into python-acme and python2-acme.
>
> As usual, I tested the changes to acme / letse
On Tue, 9 Feb 2016 03:11:01 -0500
Leo Famulari wrote:
> * gnu/packages/python.scm (python-wheel)[properties]: New field.
> (python2-wheel): Use 'strip-python2-variant'.
> ---
> gnu/packages/python.scm | 14 +++---
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/gnu/p
On Tue, 09 Feb 2016 21:19:35 +0100
Jan Nieuwenhuizen wrote:
> From: Jan Nieuwenhuizen
> To: guix-devel@gnu.org
> Subject: [PATCH] gnu: Add tcllib.
> Date: Tue, 09 Feb 2016 21:19:35 +0100
> Sender: guix-devel-bounces+efraim=flashner.co...@gnu.org
> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50
On Tue, 09 Feb 2016 21:20:54 +0100
Jan Nieuwenhuizen wrote:
> From: Jan Nieuwenhuizen
> To: guix-devel@gnu.org
> Subject: [PATCH] gnu: Add tclxml.
> Date: Tue, 09 Feb 2016 21:20:54 +0100
> Sender: guix-devel-bounces+efraim=flashner.co...@gnu.org
> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50
On Tue, 09 Feb 2016 14:28:35 -0800
Christopher Allan Webber wrote:
> Jan Nieuwenhuizen writes:
>
> [...]
>
> Now this looks like a lot of fun!
>
> Some of these lines are over 80 characters though.. could you fix that?
>
> I tried running this though and the patch it provided didn't seem t
To all.
Again, I think we have to be more careful with new committers. All
comments below are in the trivial category (in my opinion).
I appreciate the work reviewers are doing (thank you!), but we should
take care to be nice and welcoming so as not to lose people. I
personally think that the fo
On Thu, 11 Feb 2016 21:28:33 +0100
Pjotr Prins wrote:
> To all.
>
> Again, I think we have to be more careful with new committers. All
> comments below are in the trivial category (in my opinion).
>
> I appreciate the work reviewers are doing (thank you!), but we should
> take care to be nice
On Wed, 10 Feb 2016 00:00:21 +0100
Fabian Harfert wrote:
> From: Fabian Harfert
> To: guix-devel@gnu.org
> Subject: [PATCH 2/5] gnu: Add mate-themes.
> Date: Wed, 10 Feb 2016 00:00:21 +0100
> Sender: guix-devel-bounces+efraim=flashner.co...@gnu.org
> X-Mailer: git-send-email 2.7.0
>
> * gnu/pac
On Wed, 10 Feb 2016 00:00:20 +0100
Fabian Harfert wrote:
> * gnu/packages/mate.scm: New file.
> * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
> * gnu/packages/mate.scm (mate-icon-theme): New variable.
> ---
> gnu-system.am | 1 +
> gnu/packages/mate.scm | 53
> +
On Thu, 11 Feb 2016 22:43:56 +0200
Efraim Flashner wrote :
> On Wed, 10 Feb 2016 00:00:20 +0100
> Fabian Harfert wrote:
>
> > * gnu/packages/mate.scm: New file.
> > * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
> > * gnu/packages/mate.scm (mate-icon-theme): New variable.
> > ---
> > gnu-system.
Am Thu, 11 Feb 2016 22:51:44 +0200
schrieb Efraim Flashner :
> On Wed, 10 Feb 2016 00:00:21 +0100
> Fabian Harfert wrote:
>
> > From: Fabian Harfert
> > To: guix-devel@gnu.org
> > Subject: [PATCH 2/5] gnu: Add mate-themes.
> > Date: Wed, 10 Feb 2016 00:00:21 +0100
> > Sender: guix-devel-bounces
Efraim Flashner writes:
Thanks for looking in so much detail! New patch set attached.
>> +(native-search-paths
>> + (list (search-path-specification
> I don't think this needs to be a list
Yes, so it seems.
Still, I left (list) in for now as I feel uncomfortable changing 40
other packa
On Thu, 11 Feb 2016 16:16:50 +0100
Ricardo Wurmus wrote:
> Hi Guix,
>
> these updates are straight-forward, but I wanted to run them by you
> anyway, because numpy and pandas seem pretty important.
>
> The numpy version is Guix was released in Nov 2014, so I think it’s time
> for an update. I
Efraim Flashner writes:
> efraim pushed a commit to branch master
> in repository guix.
>
> commit 759246ad48c585621355e8c32bf3596ef9cd356f
> Author: Efraim Flashner
> Date: Thu Feb 11 21:36:43 2016 +0200
>
> gnu: nginx: Update to 1.9.11. [fixes CVE-2016-{0742, 0746, 0747}]
[...]
> -(v
Revised patch is attached. I updated/expanded the description and fixed
the license. Thanks!
>From 91d5c428428eed605c981a39022fe90e6f98be6d Mon Sep 17 00:00:00 2001
From: Al McElrath
Date: Fri, 11 Dec 2015 21:22:33 -0800
Subject: [PATCH] gnu: Add pianobar.
* gnu/packages/music.scm (pianobar): N
Efraim Flashner writes:
> Pjotr- thanks for the reminder :). I know we've been a bit behind on patch
> review and I jumped in a bit too much.
>
> Jan- I hope I haven't scared you off or discouraged you. Indeed, thank you
> for the patches.
Thanks for the headsup!
Greetings, Jan
--
Jan Nieuwenh
Efraim Flashner writes:
> You also have to add the patch file to gnu-system.am so it gets picked
> up.
Thanks,
>> + (native-search-paths
> this line should line up with the others like (native-inputs. It looks like
> it also threw off (arguments
Reindented.
>> +(list (search-path-specif
Efraim Flashner writes:
> The patch isn't registered in gnu-system.am, so that should be why.
Ah... And also, ocaml-findlib was missing and lablgtk did not compile
cmxa files, which laby needs. So, three patches to get a running Laby.
> That's all I have to add, other than I'm also looking forw
Hi!
Trying to use some successfully built packages I noticed that they fail
to start because of missing installed GSettings schemas. When the
profile is build, each package, that has a gschemas.compiled file in
its share/glib-2.0/schemas/ directory overides the one of the last
package so that lots
Acidentally sent this just to Efraim the first time, sorry you'll get it
twice...
Thanks for the feedback, I think I've fixed all the issues in the
(actually attached) patches included here.
From cc280d52f5d7724c86ce365e541330fd85c3dcd0 Mon Sep 17 00:00:00 2001
From: "Christopher W. Carpenter (h
On Thu, Feb 11, 2016 at 09:07:42PM +0200, Efraim Flashner wrote:
> On Tue, 9 Feb 2016 03:10:58 -0500
> Leo Famulari wrote:
>
> > These patches apply the new python2-variant system introduced in
> > 1be83341 to python2-{cryptography, jsonschema, wheel, requests}, and
> > then split acme into pyth
On Wed, Feb 10, 2016 at 05:01:45AM +0100, tobias.geerinckx.r...@gmail.com wrote:
> Hullo Guix,
>
> Here are two patches adding btrfs-progs to GuixSD and its
> installation image, respectively.
Thanks for the patch! Pushed as fc686f9a19.
>
> Actually booting from btrfs will likely need more chan
On Wed, Feb 10, 2016 at 05:01:46AM +0100, tobias.geerinckx.r...@gmail.com wrote:
> From: Tobias Geerinckx-Rice
>
> * gnu/packages/linux.scm (btrfs-progs): New variable.
[...]
> +(arguments
> + '(#:tests? #f)) ;no test suite
I altered this to run `make test`
On Wed, Feb 10, 2016 at 05:01:47AM +0100, tobias.geerinckx.r...@gmail.com wrote:
> From: Tobias Geerinckx-Rice
>
> * gnu/system/install.scm (installation-os): Add BTRFS-PROGS.
This adds only a few megabyes to the installation image, with the
benefit of being able to create and inspect btrfs file
On Wed, Feb 10, 2016 at 02:48:43PM +0100, Nils Gillmann wrote:
> Leo Famulari writes:
>
> > On Tue, Feb 09, 2016 at 11:30:21AM +0100, Nils Gillmann wrote:
> > I'm not sure — did you figure out a solution to the problem with the
> > package?
>
> Yes and no.
> I am not sure, as I don't know Guix e
On Thu, Feb 11, 2016 at 01:36:13PM -0800, Al McElrath wrote:
>
> Revised patch is attached. I updated/expanded the description and fixed
> the license. Thanks!
>
> From 91d5c428428eed605c981a39022fe90e6f98be6d Mon Sep 17 00:00:00 2001
> From: Al McElrath
> Date: Fri, 11 Dec 2015 21:22:33 -0800
On Thu, Feb 11, 2016 at 10:11:07PM +0100, Jan Nieuwenhuizen wrote:
> Efraim Flashner writes:
>
> Thanks for looking in so much detail! New patch set attached.
>
> >> +(native-search-paths
> >> + (list (search-path-specification
> > I don't think this needs to be a list
>
> Yes, so it se
On Fri, Feb 12, 2016 at 12:19:14AM -0500, Leo Famulari wrote:
[...]
> Can you check if it works for you? I don't really know how to test this
> package.
My apologies is that patch series does not apply. I have attached
another.
>From 4f0a408aa2e26be245010951289b07f4db9c3326 Mon Sep 17 00:00:00 2
Thanks for testing and pointing this out. Real radio stations require
too much manual effort! That said...
You should be getting a different error without a login (pandora.com
requires a login): "(i) Login... Error: Wrong email address or
password." There is an outstanding issue with pianobar reg
63 matches
Mail list logo