gnu: welle-io: Add SoapySDR support.

* gnu/packages/radio.scm (welle-io)[inputs]: Add soapysdr.
  [arguments]: Update 'configure-flags'.
This commit is contained in:
Guillaume Le Vaillant 2021-06-05 23:36:22 +02:00
parent 0855fd3de5
commit 7a5d3976a2
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1704,9 +1704,11 @@ (define-public welle-io
("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects)
("qtmultimedia" ,qtmultimedia)
("qtquickcontrols2" ,qtquickcontrols2)))
("qtquickcontrols2" ,qtquickcontrols2)
("soapysdr" ,soapysdr)))
(arguments
`(#:configure-flags '("-DRTLSDR=ON")
`(#:configure-flags '("-DRTLSDR=ON"
"-DSOAPYSDR=ON")
#:tests? #f))
(home-page "https://www.welle.io/")
(synopsis "DAB and DAB+ software radio")