gnu: sdr++: Enable airspy support.
* gnu/packages/radio.scm (sdr++)[inputs]: Add airspy. [arguments]: Update 'configure-flags'.
parent
b4a0f62832
commit
f23891b71c
|
@ -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
|
||||||
|
|
Reference in New Issue