guix-patches
[Top][All Lists]
Advanced

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

[bug#53495] [PATCH] gnu: FreeCAD: Replace QtWebKit with QtWebEngine.


From: Guillaume Le Vaillant
Subject: [bug#53495] [PATCH] gnu: FreeCAD: Replace QtWebKit with QtWebEngine.
Date: Tue, 25 Jan 2022 10:40:34 +0000

Leo Famulari <leo@famulari.name> skribis:

> 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 @@ (define-public freecad
>             python-shiboken-2
>             python-wrapper
>             qtbase-5
> +           qtdeclarative
>             qtsvg
> -           qtwebkit
> +           qtwebchannel
> +           qtwebengine
>             qtx11extras
>             qtxmlpatterns
>             sqlite

LGTM

Attachment: signature.asc
Description: PGP signature


reply via email to

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