guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: FreeCAD: Replace QtWebKit with QtWebEngine.


From: guix-commits
Subject: branch master updated: gnu: FreeCAD: Replace QtWebKit with QtWebEngine.
Date: Tue, 25 Jan 2022 13:38:28 -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 676de0a34c gnu: FreeCAD: Replace QtWebKit with QtWebEngine.
676de0a34c is described below

commit 676de0a34c7fab3c12e36e0d8349db6ee8da65da
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Jan 23 14:31:07 2022 -0500

    gnu: FreeCAD: Replace QtWebKit with QtWebEngine.
    
    See <https://issues.guix.gnu.org/53289> for more information about this 
change.
    
    * gnu/packages/engineering.scm (freecad)[inputs]: Remove QTWEBKIT. Add
    QTDECLARATIVE, QTWEBCHANNEL, and QTWEBENGINE.
---
 gnu/packages/engineering.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index f4c5d73e00..23133a50eb 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2483,8 +2483,10 @@ comments.")))
            python-shiboken-2
            python-wrapper
            qtbase-5
+           qtdeclarative
            qtsvg
-           qtwebkit
+           qtwebchannel
+           qtwebengine
            qtx11extras
            qtxmlpatterns
            sqlite



reply via email to

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