diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-29 15:28:09 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-29 15:29:12 -0500 |
commit | 0442d683c3898a7e133fba6ddc9aafdc42d905d3 (patch) | |
tree | 4a0fc37a8719106ef49048e140e8077d4b9dfcf5 /gnu/packages/kde.scm | |
parent | 9d13747fc27b66d8146565d6a431922ed6030ae5 (diff) |
gnu: kdenlive: Don't depend on QtWebKit.
Kdenlive no longer uses QtWebKit.
See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/kde.scm (kdenlive)[inputs]: Remove qtwebkit.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 8dfcba1388..c9351ccad9 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -264,7 +264,6 @@ browser for easy news reading.") qtquickcontrols2 qtscript qtsvg - qtwebkit shared-mime-info)) (arguments ;; XXX: there is a single test that spawns other tests and |