[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gnuradio: Add python-matplotlib dependency e
From: |
guix-commits |
Subject: |
branch master updated: gnu: gnuradio: Add python-matplotlib dependency explicitly. |
Date: |
Fri, 28 May 2021 04:16:02 -0400 |
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 bd32bcc gnu: gnuradio: Add python-matplotlib dependency explicitly.
bd32bcc is described below
commit bd32bcca56ae4a27e754e43ace9bf28b0cae298e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri May 28 10:05:27 2021 +0200
gnu: gnuradio: Add python-matplotlib dependency explicitly.
* gnu/packages/radio.scm (gnuradio)[inputs]: Add python-matplotlib.
---
gnu/packages/radio.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 72f0618..c2886cd 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -375,6 +375,7 @@ used by RDS Spy, and audio files containing @dfn{multiplex}
signals (MPX).")
("python-click" ,python-click)
("python-click-plugins" ,python-click-plugins)
("python-lxml" ,python-lxml)
+ ("python-matplotlib" ,python-matplotlib)
("python-numpy" ,python-numpy)
("python-pycairo" ,python-pycairo)
("python-pygobject" ,python-pygobject)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gnuradio: Add python-matplotlib dependency explicitly.,
guix-commits <=