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 25da2e4  gnu: gnuradio: Add missing input for gr_filter_design tool.
25da2e4 is described below

commit 25da2e49cf19ec9fe69f4db5540b737356e759f5
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Sat Oct 2 11:35:04 2021 +0200

    gnu: gnuradio: Add missing input for gr_filter_design tool.
    
    * gnu/packages/radio.scm (gnuradio)[inputs]: Add python-pyqtgraph.
---
 gnu/packages/radio.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 7707fcf..e2a84f4 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -535,6 +535,7 @@ used by RDS Spy, and audio files containing @dfn{multiplex} 
signals (MPX).")
        ("python-pycairo" ,python-pycairo)
        ("python-pygobject" ,python-pygobject)
        ("python-pyqt" ,python-pyqt-without-qtwebkit)
+       ("python-pyqtgraph" ,python-pyqtgraph)
        ("python-pyyaml" ,python-pyyaml)
        ("qtbase" ,qtbase-5)
        ("qwt" ,qwt)

Reply via email to