[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: k3b: Do not depend on QtWebKit.
From: |
guix-commits |
Subject: |
branch master updated: gnu: k3b: Do not depend on QtWebKit. |
Date: |
Sat, 29 Jan 2022 19:19:02 -0500 |
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 090e925816 gnu: k3b: Do not depend on QtWebKit.
090e925816 is described below
commit 090e92581611bab97cfdc0b45cc224a3b3736beb
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 29 19:17:29 2022 -0500
gnu: k3b: Do not depend on QtWebKit.
According to CMakelists.txt, "Qt5WebKitWidgets is used for prettier
k3bdiskinfoview."
See <https://issues.guix.gnu.org/53289> for more information about this
change.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Remove qtwebkit.
---
gnu/packages/kde-multimedia.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index e7a2b943e0..4638298939 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -421,7 +421,6 @@ variety of formats.")
libvorbis
oxygen-icons ; default icon set
qtbase-5
- qtwebkit
shared-mime-info
solid
sox
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: k3b: Do not depend on QtWebKit.,
guix-commits <=