guix-commits
[Top][All Lists]
Advanced

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

23/23: gnu: kdevelop: Build with QtWebEngine instead of QtWebKit.


From: guix-commits
Subject: 23/23: gnu: kdevelop: Build with QtWebEngine instead of QtWebKit.
Date: Sun, 27 Nov 2022 15:26:12 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3f56148055c72252f2f4b2fe60fb8a4ea4c94aa7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 27 19:46:59 2022 +0100

    gnu: kdevelop: Build with QtWebEngine instead of QtWebKit.
    
    * gnu/packages/kde.scm (kdevelop)[inputs]: Change from QTWEBKIT to 
QTWEBENGINE.
---
 gnu/packages/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 1c1c371fb8..e5ae414b53 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -345,7 +345,7 @@ projects.")
                   qtdeclarative-5
                   qtquickcontrols-5 ;; not checked as requirement
                   qtquickcontrols2-5 ;; not checked as requirement
-                  qtwebkit
+                  qtwebengine-5
                   threadweaver
                   ;; recommendes
                   astyle



reply via email to

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