Wireless networking in guix

2015-01-26 Thread Omar Radwan
I recently purchased a ThinkPenguin Wireless USB adapter because I have a built-in Intel wireless card to work with my Thinkpad. I've been spending some time to get wireless up and running, and I can say with the utilities like wpa-supplicant, iw, and ip, it's a very tedious process every time you

[PATCH] gnu: zsh: Update to 5.0.7

2015-01-26 Thread Manolis Ragkousis
From 9bd3a18654197f70730f4d8181969094e55091d8 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 27 Jan 2015 01:31:38 + Subject: [PATCH] gnu: zsh: Update to 5.0.7 * gnu/packages/zsh.scm (zsh): Update to 5.0.7 --- gnu/packages/zsh.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 del

0001-gnu-ftp-Update-to-4.6.1.patch

2015-01-26 Thread Manolis Ragkousis
third From 7f38ba281bbb5abc1771cf4ed256d17db1b13020 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 27 Jan 2015 01:26:17 + Subject: [PATCH] gnu: ftp: Update to 4.6.1. * gnu/packages/ftp.scm (lftp): Update to 4.6.1 --- gnu/packages/ftp.scm | 4 ++-- 1 file changed, 2 insertions(+)

0001-gnu-compression-Update-to-1.2.8.patch

2015-01-26 Thread Manolis Ragkousis
Second From aaaf805139fc9913aad75073fd8ddc9e88f74f03 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 27 Jan 2015 01:14:27 + Subject: [PATCH] gnu: compression: Update to 1.2.8. * gnu/packages/compression.scm (zlib): Update to 1.2.8 --- gnu/packages/compression.scm | 4 ++-- 1 file

Re: 0001-gnu-apr-Update-to-1.5.4.patch

2015-01-26 Thread Manolis Ragkousis
Forgot to change the hash. From bb2c872cb7873dfd2ff16db04ff67d80330ea57a Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 27 Jan 2015 00:55:32 + Subject: [PATCH] gnu: apr: Update to 1.5.4. * gnu/packages/apr.scm (apr-util): Update to 1.5.4 --- gnu/packages/apr.scm | 4 ++-- 1 file

0001-gnu-apr-Update-to-1.5.4.patch

2015-01-26 Thread Manolis Ragkousis
Let's see how many can I update till morning. From 4b470fab7465d6e50138091403013270e6183ed9 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 27 Jan 2015 00:55:32 + Subject: [PATCH] gnu: apr: Update to 1.5.4. * gnu/packages/apr.scm (apr-util): Update to 1.5.4 --- gnu/packages/apr.s

Re: [PATCH]: Add JACK.

2015-01-26 Thread Ricardo Wurmus
Andreas Enge writes: > On Mon, Jan 26, 2015 at 10:25:06AM +0100, Ricardo Wurmus wrote: >> +(define-public jack1 >> + (package >> +(name "jack") >> +(version "0.124.1") > > Is the "1" in "jack1" above a typo? It is not. There are two "editions" available: JACK1 (currently at version 0.1

Re: [PATCH] gnu: Add Threading Building Blocks

2015-01-26 Thread Ludovic Courtès
Ricardo Wurmus skribis: > There are a couple of things I'm not sure about: > > - should the examples be included per default or should they go into a > separate "doc" output together with the /doc directory? Together they > take up about 10MB. I would put them in “doc”. > - the version num

Re: [PATCH]: Add JACK.

2015-01-26 Thread Andreas Enge
On Mon, Jan 26, 2015 at 10:25:06AM +0100, Ricardo Wurmus wrote: > +(define-public jack1 > + (package > +(name "jack") > +(version "0.124.1") Is the "1" in "jack1" above a typo? Andreas

Re: [PATCH]: Add GCJ

2015-01-26 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Attached is a new patch that incorporates all of your suggestions. > > ~~ Ricardo > > > From f1839e241a3b3478f0ae56abefac7c626ff690aa Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 23 Dec 2014 12:31:50 +0100 > Subject: [PATCH] gnu: Add GCJ > > * gnu/packag

Re: [PATCH]: Add JACK.

2015-01-26 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 76fc79499e1f4cc2ff7cb8f504026b68612b90c1 Mon Sep 17 00:00:00 2001 > From: rekado > Date: Mon, 26 Jan 2015 09:59:56 +0100 > Subject: [PATCH] gnu: Add JACK > > * gnu/packages/audio.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it OK! Perhaps PulseAudio

Re: [PATCH]: Add LRDF.

2015-01-26 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From c9fef4f37e21fa103920eda9a4405220730ace4d Mon Sep 17 00:00:00 2001 > From: rekado > Date: Mon, 26 Jan 2015 09:49:52 +0100 > Subject: [PATCH] gnu: Add LRDF. > > * gnu/packages/rdf.scm (lrdf): New variable. [...] > +(home-page "https://github.com/swh/LRDF";) > +

Re: [PATCH] gnu: Add sxiv.

2015-01-26 Thread Ludovic Courtès
Alex Kost skribis: > From aacd203f66b9381bbc1fa9756460890c21df5c88 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sun, 25 Jan 2015 21:09:39 +0300 > Subject: [PATCH] gnu: Add sxiv. > > * gnu/packages/sxiv.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. LGTM, please push! Ludo

Re: wip-gobject-introspection

2015-01-26 Thread Ludovic Courtès
Perfect, thanks to both of you! Ludo’.

[PATCH] gnu: Add Threading Building Blocks

2015-01-26 Thread Ricardo Wurmus
Hi Guix, the attached patch adds the Intel TBB library. There are a couple of things I'm not sure about: - should the examples be included per default or should they go into a separate "doc" output together with the /doc directory? Together they take up about 10MB. - the version number is o

Re: [PATCH]: Add GCJ

2015-01-26 Thread Ricardo Wurmus
Ludovic Courtès writes: >> From 56f43a9042853aca79f60808a51d328dfbe420a3 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Tue, 23 Dec 2014 12:31:50 +0100 >> Subject: [PATCH] gnu: Add GCJ >> >> * gnu/packages/gcc.scm (gcj-4.8, ecj-bootstrap-4.8): New variable. >> * gnu/packages/javac.in: N

[PATCH]: Add JACK.

2015-01-26 Thread Ricardo Wurmus
>From 76fc79499e1f4cc2ff7cb8f504026b68612b90c1 Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 26 Jan 2015 09:59:56 +0100 Subject: [PATCH] gnu: Add JACK * gnu/packages/audio.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it --- gnu-system.am | 1 + gnu/packages/audio.scm | 57

[PATCH]: Add LRDF.

2015-01-26 Thread Ricardo Wurmus
>From c9fef4f37e21fa103920eda9a4405220730ace4d Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 26 Jan 2015 09:49:52 +0100 Subject: [PATCH] gnu: Add LRDF. * gnu/packages/rdf.scm (lrdf): New variable. --- gnu/packages/rdf.scm | 59 +++- 1 file chang

Re: wip-gobject-introspection

2015-01-26 Thread Andreas Enge
On Mon, Jan 26, 2015 at 09:11:57AM +0100, Federico Beffa wrote: > One question that occurred me: do all patch files belong in > gnu-system.am? If that's the case I have to add the two > 'gobject-introspection' patches that I added to that file. Yes, they need to be added, to become part of the dis

Re: wip-gobject-introspection

2015-01-26 Thread Federico Beffa
On Mon, Jan 26, 2015 at 3:26 AM, Mark H Weaver wrote: > I went ahead and merged this to master. Thanks! One question that occurred me: do all patch files belong in gnu-system.am? If that's the case I have to add the two 'gobject-introspection' patches that I added to that file. Regards, Fede