konqueror: remove qtwebkit and kdelibs4support dependencies

This commit is contained in:
Thomas Tuegel 2021-05-11 14:29:00 -05:00
parent 0f7eacc147
commit 6b87a3f89a
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -1,16 +1,16 @@
{ lib { lib
, mkDerivation , mkDerivation
, extra-cmake-modules, kdoctools , extra-cmake-modules, kdoctools
, kdelibs4support, kcmutils, khtml, kdesu , kinit, kcmutils, khtml, kdesu
, qtbase, qtwebkit, qtwebengine, qtx11extras, qtscript, qtwayland , qtbase, qtwebengine, qtx11extras, qtscript, qtwayland
}: }:
mkDerivation { mkDerivation {
pname = "konqueror"; pname = "konqueror";
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ buildInputs = [
kdelibs4support kcmutils khtml kdesu kcmutils khtml kinit kdesu
qtwebkit qtwebengine qtx11extras qtscript qtwayland qtwebengine qtx11extras qtscript qtwayland
]; ];
# InitialPreference values are too high and any text/html ends up # InitialPreference values are too high and any text/html ends up