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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e94260852b gnu: discover: Remove qtwebview input.
e94260852b is described below

commit e94260852b67fcad6f7f32c1944718a8d08a494d
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Fri Apr 18 20:08:06 2025 +0800

    gnu: discover: Remove qtwebview input.
    
    qtwebview is a qt5 package, so therefore it is not actually used.
    
    * gnu/packages/kde-plasma.scm (discover) [inputs]: Remove qtwebview.
    
    Change-Id: Ibd2a7a95230ee96413925efa96fdd9cc2146bfbc
    Signed-off-by: Zheng Junjie <z572@z572.online>
---
 gnu/packages/kde-plasma.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index f9e1aa4105..1789c2b260 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -313,7 +313,6 @@ Breeze is the default theme for the KDE Plasma desktop.")
                   qt5compat
                   qtdeclarative
                   qtsvg
-                  qtwebview
                   qcoro-qt6))
     ;; -- The following features have been disabled:
     ;; * Ostree, Library to manage ostree repository. Required to build the 
rpm-ostree backend

Reply via email to