From 84de582bd5a103de0dc67c367fcef0c3c86ee2d0 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 10 Oct 2015 12:31:55 -0500 Subject: [PATCH] propagate krunner dependencies --- pkgs/desktops/plasma-5.4/kdeplasma-addons.nix | 4 ++-- pkgs/desktops/plasma-5.4/milou.nix | 4 ++-- pkgs/desktops/plasma-5.4/plasma-desktop/default.nix | 4 ++-- pkgs/desktops/plasma-5.4/plasma-workspace/default.nix | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/desktops/plasma-5.4/kdeplasma-addons.nix b/pkgs/desktops/plasma-5.4/kdeplasma-addons.nix index a6f574d9d662..7933c4a7d85c 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 c9a829731a91..71e86e22e89b 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 4b4617164374..4309957f6280 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 2f608fdad6a7..d9eddf050b91 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 ];