me
/
guix
Archived
1
0
Fork 0

gnu: sdr++: Enable airspy support.

* gnu/packages/radio.scm (sdr++)[inputs]: Add airspy.
  [arguments]: Update 'configure-flags'.
Guillaume Le Vaillant 2023-07-22 09:29:19 +02:00
parent b4a0f62832
commit f23891b71c
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 3 deletions

View File

@ -2601,7 +2601,8 @@ various hardware.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list airspyhf (list airspy
airspyhf
alsa-lib alsa-lib
codec2 codec2
fftwf fftwf
@ -2618,8 +2619,7 @@ various hardware.")
(list zstd "lib"))) (list zstd "lib")))
(arguments (arguments
(list #:tests? #f ; No test suite. (list #:tests? #f ; No test suite.
#:configure-flags #~(list "-DOPT_BUILD_AIRSPY_SOURCE=OFF" #:configure-flags #~(list "-DOPT_BUILD_PLUTOSDR_SOURCE=OFF"
"-DOPT_BUILD_PLUTOSDR_SOURCE=OFF"
"-DOPT_BUILD_M17_DECODER=ON") "-DOPT_BUILD_M17_DECODER=ON")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases