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.
This commit is contained in:
parent
7a291f4e1c
commit
676de0a34c
1 changed files with 3 additions and 1 deletions
|
@ -2483,8 +2483,10 @@ comments.")))
|
||||||
python-shiboken-2
|
python-shiboken-2
|
||||||
python-wrapper
|
python-wrapper
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
qtdeclarative
|
||||||
qtsvg
|
qtsvg
|
||||||
qtwebkit
|
qtwebchannel
|
||||||
|
qtwebengine
|
||||||
qtx11extras
|
qtx11extras
|
||||||
qtxmlpatterns
|
qtxmlpatterns
|
||||||
sqlite
|
sqlite
|
||||||
|
|
Reference in a new issue