[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: gr-osmosdr: Add SoapySDR support.
From: |
guix-commits |
Subject: |
07/07: gnu: gr-osmosdr: Add SoapySDR support. |
Date: |
Sat, 5 Jun 2021 18:27:00 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 9caf7112ee50af26fbc4c1bd3c337f1f86b710af
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Jun 6 00:14:21 2021 +0200
gnu: gr-osmosdr: Add SoapySDR support.
* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add soapysdr.
---
gnu/packages/radio.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 67b03e9..a7e9de3 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -653,6 +653,7 @@ environment.")
("python-numpy" ,python-numpy)
("python-pyqt" ,python-pyqt)
("rtl-sdr" ,rtl-sdr)
+ ("soapysdr" ,soapysdr)
("volk" ,volk)))
(arguments
`(#:modules ((guix build cmake-build-system)
- branch master updated (08b55f1 -> 9caf711), guix-commits, 2021/06/05
- 01/07: gnu: Add soapysdr., guix-commits, 2021/06/05
- 06/07: gnu: rtl-433: Add SoapySDR support., guix-commits, 2021/06/05
- 05/07: gnu: welle-io: Add SoapySDR support., guix-commits, 2021/06/05
- 04/07: gnu: Add soapyairspyhf., guix-commits, 2021/06/05
- 07/07: gnu: gr-osmosdr: Add SoapySDR support.,
guix-commits <=
- 03/07: gnu: Add soapyrtlsdr., guix-commits, 2021/06/05
- 02/07: gnu: Add soapyhackrf., guix-commits, 2021/06/05