diff --git a/pkgs/desktops/plasma-5.4/kdeplasma-addons.nix b/pkgs/desktops/plasma-5.4/kdeplasma-addons.nix index a6f574d9d66..7933c4a7d85 100644 --- a/pkgs/desktops/plasma-5.4/kdeplasma-addons.nix +++ b/pkgs/desktops/plasma-5.4/kdeplasma-addons.nix @@ -12,9 +12,9 @@ plasmaPackage { ]; buildInputs = [ ibus kconfig kconfigwidgets kcoreaddons kcmutils - knewstuff krunner kservice kunitconversion plasma-framework + knewstuff kservice kunitconversion plasma-framework ]; propagatedBuildInputs = [ - kdelibs4support kio kross qtdeclarative qtx11extras + kdelibs4support kio kross krunner qtdeclarative qtx11extras ]; } diff --git a/pkgs/desktops/plasma-5.4/milou.nix b/pkgs/desktops/plasma-5.4/milou.nix index c9a829731a9..71e86e22e89 100644 --- a/pkgs/desktops/plasma-5.4/milou.nix +++ b/pkgs/desktops/plasma-5.4/milou.nix @@ -9,7 +9,7 @@ plasmaPackage { extra-cmake-modules ]; buildInputs = [ - qtscript kcoreaddons kservice plasma-framework krunner + qtscript kcoreaddons kservice plasma-framework ]; - propagatedBuildInputs = [ kdeclarative ki18n qtdeclarative ]; + propagatedBuildInputs = [ kdeclarative ki18n krunner qtdeclarative ]; } diff --git a/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix b/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix index 4b461716437..4309957f628 100644 --- a/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix +++ b/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix @@ -17,14 +17,14 @@ plasmaPackage { ]; buildInputs = [ attica boost fontconfig kcmutils kdbusaddons kded kitemmodels - knewstuff knotifications knotifyconfig krunner kwallet kwin + knewstuff knotifications knotifyconfig kwallet kwin libcanberra_kde libXcursor libpulseaudio libXft libxkbfile phonon plasma-framework plasma-workspace qtdeclarative qtx11extras qtsvg xf86inputevdev xf86inputsynaptics xkeyboard_config xinput ]; propagatedBuildInputs = [ baloo kactivities kauth kdeclarative kdelibs4support kemoticons - kglobalaccel ki18n kpeople + kglobalaccel ki18n kpeople krunner ]; patches = [ (substituteAll { diff --git a/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix b/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix index 2f608fdad6a..d9eddf050b9 100644 --- a/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix +++ b/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix @@ -18,14 +18,14 @@ plasmaPackage { ]; buildInputs = [ kcmutils kcrash kdbusaddons kdesu kdewebkit kjsembed knewstuff - knotifyconfig kpackage krunner ktexteditor ktextwidgets kwallet + knotifyconfig kpackage ktexteditor ktextwidgets kwallet kwayland kwin kxmlrpcclient libdbusmenu libkscreen libSM libXcursor networkmanager-qt pam phonon plasma-framework qtquick1 qtscript qtx11extras solid wayland ]; propagatedBuildInputs = [ baloo kactivities kdeclarative kdelibs4support kglobalaccel - kidletime libksysguard + kidletime krunner libksysguard ]; patches = [ ./0001-startkde-NixOS-patches.patch ];