gnu: welle-io: Enable airspy support.

* gnu/packages/radio.scm (welle-io)[inputs]: Add airspy.
  [arguments]: Update 'configure-flags'.
This commit is contained in:
Guillaume Le Vaillant 2023-07-22 10:03:58 +02:00
parent 29f492049f
commit a7233e99da
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2237,7 +2237,8 @@ (define-public welle-io
(native-inputs
(list pkg-config))
(inputs
(list alsa-lib
(list airspy
alsa-lib
faad2
fftwf
lame
@ -2253,9 +2254,10 @@ (define-public welle-io
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