1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: gnuradio: Fix search paths for third-party blocks.

* gnu/packages/radio.scm (gnuradio)[native-search-paths]: Add definition of
  the GRC_BLOCKS_PATH variable.
This commit is contained in:
Guillaume Le Vaillant
2020-04-29 10:15:57 +02:00
parent be3abf28af
commit cf480830e2
+4
View File
@@ -363,6 +363,10 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).")
(wrap-program (string-append out "/bin/gnuradio-companion")
`("GI_TYPELIB_PATH" ":" prefix ,(filter identity paths))))
#t)))))
(native-search-paths
(list (search-path-specification
(variable "GRC_BLOCKS_PATH")
(files '("/share/gnuradio/grc/blocks")))))
(synopsis "Toolkit for software-defined radios")
(description
"GNU Radio is a development toolkit that provides signal processing blocks