guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: sdr++: Enable airspy support.


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

glv pushed a commit to branch master
in repository guix.

commit f23891b71c9cfb8da30bb2f0affe3e7d329dd858
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Jul 22 09:29:19 2023 +0200

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

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index fef39996c8..583516a81d 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2601,7 +2601,8 @@ various hardware.")
       (native-inputs
        (list pkg-config))
       (inputs
-       (list airspyhf
+       (list airspy
+             airspyhf
              alsa-lib
              codec2
              fftwf
@@ -2618,8 +2619,7 @@ various hardware.")
              (list zstd "lib")))
       (arguments
        (list #:tests? #f ; No test suite.
-             #:configure-flags #~(list "-DOPT_BUILD_AIRSPY_SOURCE=OFF"
-                                       "-DOPT_BUILD_PLUTOSDR_SOURCE=OFF"
+             #:configure-flags #~(list "-DOPT_BUILD_PLUTOSDR_SOURCE=OFF"
                                        "-DOPT_BUILD_M17_DECODER=ON")
              #:phases
              #~(modify-phases %standard-phases



reply via email to

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