guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: welle-io: Enable airspy support.


From: guix-commits
Subject: 06/06: gnu: welle-io: Enable airspy support.
Date: Sat, 22 Jul 2023 04:23:47 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit a7233e99dafc6266ba278dbc49465215984edaf7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Jul 22 10:03:58 2023 +0200

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

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index cf11ac91de..fc00e1c8ee 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2237,7 +2237,8 @@ receiver.")
     (native-inputs
      (list pkg-config))
     (inputs
-     (list alsa-lib
+     (list airspy
+           alsa-lib
            faad2
            fftwf
            lame
@@ -2253,9 +2254,10 @@ receiver.")
            qtquickcontrols2-5
            soapysdr))
     (arguments
-     `(#:configure-flags '("-DRTLSDR=ON"
-                           "-DSOAPYSDR=ON")
-       #:tests? #f))
+     (list #:configure-flags #~(list "-DAIRSPY=ON"
+                                     "-DRTLSDR=ON"
+                                     "-DSOAPYSDR=ON")
+           #:tests? #f))
     (home-page "https://www.welle.io/";)
     (synopsis "DAB and DAB+ software radio")
     (description



reply via email to

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