me
/
guix
Archived
1
0
Fork 0

gnu: sdr++: Activate M17 support.

* gnu/packages/radio.scm (sdr++)[inputs]: Add codec2.
  [arguments]: Add "-DOPT_BUILD_M17_DECODER=ON" to 'configure-flags'.
master
Guillaume Le Vaillant 2021-10-23 15:01:56 +02:00
parent 7635279100
commit 1f5e6ff648
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 1 deletions

View File

@ -2135,6 +2135,7 @@ various hardware.")
(inputs
`(("airspyhf" ,airspyhf)
("alsa-lib" ,alsa-lib)
("codec2" ,codec2)
("fftwf" ,fftwf)
("glew" ,glew)
("glfw" ,glfw)
@ -2149,7 +2150,8 @@ various hardware.")
(arguments
`(#:tests? #f ; No test suite.
#:configure-flags '("-DOPT_BUILD_AIRSPY_SOURCE=OFF"
"-DOPT_BUILD_PLUTOSDR_SOURCE=OFF")
"-DOPT_BUILD_PLUTOSDR_SOURCE=OFF"
"-DOPT_BUILD_M17_DECODER=ON")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-paths