Skip to content

Commit 47f576c

Browse files
authored
k3b: remove qtwebkit dependency (#103164)
The dependeny is optional and k3b works without it.
1 parent e07fcb9 commit 47f576c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pkgs/applications/kde/k3b.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{ mkDerivation, lib
22
, extra-cmake-modules, kdoctools, makeWrapper, shared-mime-info
3-
, qtwebkit
43
, libkcddb, karchive, kcmutils, kfilemetadata, knewstuff, knotifyconfig, solid, kxmlgui
54
, flac, lame, libmad, libmpcdec, libvorbis
65
, libsamplerate, libsndfile, taglib
@@ -17,8 +16,6 @@ mkDerivation {
1716
};
1817
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
1918
buildInputs = [
20-
# qt
21-
qtwebkit
2219
# kde
2320
libkcddb karchive kcmutils kfilemetadata knewstuff knotifyconfig solid kxmlgui
2421
# formats

0 commit comments

Comments
 (0)