Re: [PATCH] gnu: Add GNU Radio.

2016-09-26 Thread Manolis Ragkousis
Hello Ricardo, Because I was afk for 2 weeks, thanks to some personal matters, I didn't have time to work on Guix at all. I am slowly catching up and will push it when it's ready. Your concerns were right, it doesn't work as expected. Manolis

Re: [PATCH] gnu: Add GNU Radio.

2016-09-26 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Manolis Ragkousis writes: > >> I noticed that we didn't have GNU Radio packaged, so here you go. > > Interesting. I have a gnuradio branch here because it looked a lot more > complicated to get it to build. Hi Manolis, I didn’t mean to block this patch. If your GNU

Re: [PATCH] gnu: Add GNU Radio.

2016-08-16 Thread Manolis Ragkousis
I am resending my response because I forgot to cc the list. On 08/16/16 16:02, Manolis Ragkousis wrote: > Hey Ricardo, > > Maybe I should check again the output of my gnuradio package. I will > report back. > > Manolis >

Re: [PATCH] gnu: Add GNU Radio.

2016-08-16 Thread Ricardo Wurmus
Manolis Ragkousis writes: > I noticed that we didn't have GNU Radio packaged, so here you go. Interesting. I have a gnuradio branch here because it looked a lot more complicated to get it to build. Here’s my attempt: + +(define-public gnuradio + (package +(name "gnuradio") +(version

[PATCH] gnu: Add GNU Radio.

2016-08-16 Thread Manolis Ragkousis
Hello, I noticed that we didn't have GNU Radio packaged, so here you go. Manolis >From 7456142768bcdbd0782f475cd55c928f92c18472 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 16 Aug 2016 14:23:17 +0300 Subject: [PATCH] gnu: Add GNU Radio. * gnu/packages/gnuradio.scm: