guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: welle-io: Add SoapySDR support.


From: guix-commits
Subject: 05/07: gnu: welle-io: Add SoapySDR support.
Date: Sat, 5 Jun 2021 18:26:59 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 7a5d3976a2f4755f409e74eb1ddc92c32985ac9f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Jun 5 23:36:22 2021 +0200

    gnu: welle-io: Add SoapySDR support.
    
    * gnu/packages/radio.scm (welle-io)[inputs]: Add soapysdr.
      [arguments]: Update 'configure-flags'.
---
 gnu/packages/radio.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 60c0a2e..1d7f9aa 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1704,9 +1704,11 @@ receiver.")
        ("qtdeclarative" ,qtdeclarative)
        ("qtgraphicaleffects" ,qtgraphicaleffects)
        ("qtmultimedia" ,qtmultimedia)
-       ("qtquickcontrols2" ,qtquickcontrols2)))
+       ("qtquickcontrols2" ,qtquickcontrols2)
+       ("soapysdr" ,soapysdr)))
     (arguments
-     `(#:configure-flags '("-DRTLSDR=ON")
+     `(#:configure-flags '("-DRTLSDR=ON"
+                           "-DSOAPYSDR=ON")
        #:tests? #f))
     (home-page "https://www.welle.io/";)
     (synopsis "DAB and DAB+ software radio")



reply via email to

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