This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cf48083  gnu: gnuradio: Fix search paths for third-party blocks.
cf48083 is described below

commit cf480830e22e7725b8607b5b895e49f74d4e1525
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Wed Apr 29 10:15:57 2020 +0200

    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.
---
 gnu/packages/radio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index b439e5f..9358807 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -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

Reply via email to