mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: sdr++: Enable airspy support.
* gnu/packages/radio.scm (sdr++)[inputs]: Add airspy. [arguments]: Update 'configure-flags'.
This commit is contained in:
parent
b4a0f62832
commit
f23891b71c
1 changed files with 3 additions and 3 deletions
|
@ -2601,7 +2601,8 @@ (define-public sdr++
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list airspyhf
|
||||
(list airspy
|
||||
airspyhf
|
||||
alsa-lib
|
||||
codec2
|
||||
fftwf
|
||||
|
@ -2618,8 +2619,7 @@ (define-public sdr++
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue