Re: Multiple python-3 packages

2017-01-27 Thread Benz Schenk
On Fri, 27 Jan 2017 05:12:25 -0500 Leo Famulari wrote: > Currently we have Python 3.4 and 3.5. Python 3.6 was released recently. > > When we added 3.5, I thought it was a good idea to keep 3.4 around in > case some packages need it. It turns out that nothing is using it in

Re: FOSDEM social dinner

2017-01-26 Thread Benz Schenk
Hi I'm somewhat late to the party as I wasn't sure whether I could make it to FOSDEM this year, but aparently I will. If it's still ok, I'd love to join ^^ Best regards Benz On Fri, 20 Jan 2017 14:27:11 +0100 Alex Sassmannshausen wrote: > Hello, > > To

[PATCH shepherd] Fix typo in Documentation

2017-01-13 Thread Benz Schenk
Hi While starting to read the shepherd documentation, I stumbled upon a typo(?: non-native speaker) cheers Benz>From b535f4b4fdb5c004dcff4ae91ac25f9e931df326 Mon Sep 17 00:00:00 2001 From: Benz Schenk <benz.sch...@uzh.ch> Date: Fri, 13 Jan 2017 14:07:24 +0100 Subject: [PATCH]

Re: Display diffs between generations.

2016-10-26 Thread Benz Schenk
On Tue, 25 Oct 2016 18:01:23 +0200 Roel Janssen <r...@gnu.org> wrote: > Ludovic Courtès writes: > > > Hi! > > > > Benz Schenk <benz.sch...@uzh.ch> skribis: > > > >> On Fri, 21 Oct 2016 11:37:00 +0200 > >> Roel Janssen <r...@gnu.o

Re: Display diffs between generations.

2016-10-21 Thread Benz Schenk
pected: > > guix package --list-generations=42,41,40 > > Any ideas on how to fix this? Otherwise I'll give it another go over > the weekend. > > Kind regards, > Roel Janssen I adapted your patch to hopefully implement the desired behaviour, but it might need some c

Re: [PATCH] Add iPerf

2016-10-18 Thread Benz Schenk
On Tue, 18 Oct 2016 22:37:40 +0100 Marius Bakke <mba...@fastmail.com> wrote: > Benz Schenk <benz.sch...@uzh.ch> writes: > > > Hi > > > > This is my first patch, it's really straight-forward. > > But I'm not quite sure about the naming because

[PATCH] Add iPerf

2016-10-18 Thread Benz Schenk
BenzFrom 30d1c08b2163d150994fd8dfb3e901b9f4668b46 Mon Sep 17 00:00:00 2001 From: Benz Schenk <benz.sch...@uzh.ch> Date: Tue, 18 Oct 2016 17:28:23 +0200 Subject: [PATCH] add iperf --- gnu/packages/networking.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/pa