guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: gnuradio-osmosdr: Add volk to inputs.


From: guix-commits
Subject: 02/04: gnu: gnuradio-osmosdr: Add volk to inputs.
Date: Wed, 15 Apr 2020 04:22:19 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit b39262021d4ffadae02e64058baf8a7255df8782
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Wed Apr 15 10:07:52 2020 +0200

    gnu: gnuradio-osmosdr: Add volk to inputs.
    
    * gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.
---
 gnu/packages/radio.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index f047f5b..7d5620d 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -393,7 +393,8 @@ environment.")
        ("gnuradio" ,gnuradio)
        ("log4cpp" ,log4cpp)
        ;; TODO: Add more drivers.
-       ("rtl-sdr" ,rtl-sdr)))
+       ("rtl-sdr" ,rtl-sdr)
+       ("volk" ,volk)))
     (synopsis "GNU Radio block for interfacing with various radio hardware")
     (description "This is a block for GNU Radio allowing to use a common API
 to access different radio hardware.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]