mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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 @@ (define-public freecad
|
|||
python-shiboken-2
|
||||
python-wrapper
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtwebkit
|
||||
qtwebchannel
|
||||
qtwebengine
|
||||
qtx11extras
|
||||
qtxmlpatterns
|
||||
sqlite
|
||||
|
|
Loading…
Reference in a new issue