guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: urh: Add support for Airspy and BladeRF.


From: guix-commits
Subject: 07/08: gnu: urh: Add support for Airspy and BladeRF.
Date: Tue, 3 Oct 2023 03:55:33 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 26a3fc8449e3d3e318e7f903b306f33338da808f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 30 13:44:31 2023 +0200

    gnu: urh: Add support for Airspy and BladeRF.
    
    * gnu/packages/radio.scm (urh)[inputs]: Add airspy and bladerf.
---
 gnu/packages/radio.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 4cb3eed8cd..16d595c979 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2940,7 +2940,9 @@ of devices than RTL-SDR.")
            python-pytest
            xorg-server-for-tests))
     (inputs
-     (list gnuradio
+     (list airspy
+           bladerf
+           gnuradio
            gr-osmosdr
            hackrf
            python-numpy



reply via email to

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