me
/
guix
Archived
1
0
Fork 0

gnu: sdrangel: Add SoapySDR support.

* gnu/packages/radio.scm (sdrangel)[inputs]: Add soapysdr.
  [arguments]: Update 'configure-flags'.
master
Guillaume Le Vaillant 2021-06-06 09:43:59 +02:00
parent 04beee1632
commit da28abcfb0
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 4 additions and 1 deletions

View File

@ -1947,6 +1947,7 @@ voice formats.")
("qtwebsockets" ,qtwebsockets)
("rtl-sdr" ,rtl-sdr)
("serialdv" ,serialdv)
("soapysdr" ,soapysdr)
("sgp4" ,sgp4)
("zlib" ,zlib)))
(arguments
@ -1963,7 +1964,9 @@ voice formats.")
(string-append "-DSERIALDV_DIR="
(assoc-ref %build-inputs "serialdv"))
(string-append "-DSGP4_DIR="
(assoc-ref %build-inputs "sgp4")))))
(assoc-ref %build-inputs "sgp4"))
(string-append "-DSOAPYSDR_DIR="
(assoc-ref %build-inputs "soapysdr")))))
(home-page "https://github.com/f4exb/sdrangel/wiki")
(synopsis "Software defined radio")
(description