gnu: choqok: Don't depend on QtWebKit.

These dependencies were only used to create a plugin for Konqueror, which Guix
does not include.

See <https://issues.guix.gnu.org/53289> for more information about this change.

* gnu/packages/kde-internet.scm (choqok)[inputs]: Remove kdewebkit and qtwebkit.
This commit is contained in:
Leo Famulari 2022-01-29 18:15:18 -05:00
parent db17f8b502
commit f928b56d13
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -70,7 +70,6 @@ (define-public choqok
kcmutils
kconfigwidgets
kcoreaddons
kdewebkit
kemoticons
kglobalaccel
kguiaddons
@ -90,7 +89,6 @@ (define-public choqok
qoauth
qtbase-5
qtnetworkauth
qtwebkit
sonnet))
(home-page "https://kde.org/applications/internet/org.kde.choqok")
(synopsis "Micro-Blogging Client")