guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gnuradio: Don't include QtWebKit in the depe


From: guix-commits
Subject: branch master updated: gnu: gnuradio: Don't include QtWebKit in the dependency graph.
Date: Sun, 15 Aug 2021 14:04:26 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6ebba29  gnu: gnuradio: Don't include QtWebKit in the dependency graph.
6ebba29 is described below

commit 6ebba295038a84bdeb84adf7652c9a4409ca3d90
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Aug 11 18:09:47 2021 -0400

    gnu: gnuradio: Don't include QtWebKit in the dependency graph.
    
    * gnu/packages/radio.scm (gnuradio)[inputs]: Replace python-pyqt with
    python-pyqt-without-qtwebkit.
---
 gnu/packages/radio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]