guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnuradio-osmosdr: Add hackrf support.


From: guix-commits
Subject: 02/02: gnu: gnuradio-osmosdr: Add hackrf support.
Date: Tue, 28 Apr 2020 04:17:57 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 62d45e463c3b1ecad90004c47356cba342dd23d8
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Apr 28 10:10:16 2020 +0200

    gnu: gnuradio-osmosdr: Add hackrf support.
    
    * gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add hackrf.
---
 gnu/packages/radio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 24ee670..4e11dda 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -399,8 +399,8 @@ environment.")
        ("fftwf" ,fftwf)
        ("gmp" ,gmp)
        ("gnuradio" ,gnuradio)
+       ("hackrf" ,hackrf)
        ("log4cpp" ,log4cpp)
-       ;; TODO: Add more drivers.
        ("rtl-sdr" ,rtl-sdr)
        ("volk" ,volk)))
     (synopsis "GNU Radio block for interfacing with various radio hardware")



reply via email to

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