From 007cde764d09276035f97c8967656e986cd050ae Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 19 Oct 2015 21:59:58 -0500 Subject: [PATCH] plasma-desktop: fix logout/shutdown dialogs --- pkgs/desktops/plasma-5.4/plasma-desktop/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix b/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix index 211bf5a355ec..6aae2e20aaae 100644 --- a/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix +++ b/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix @@ -7,6 +7,7 @@ , qtsvg, libXcursor, libXft, libxkbfile, xf86inputevdev , xf86inputsynaptics, xinput, xkeyboard_config, xorgserver , libcanberra_kde, libpulseaudio, makeQtWrapper, utillinux +, qtquick1, qtquickcontrols }: plasmaPackage rec { @@ -26,7 +27,8 @@ plasmaPackage rec { propagatedBuildInputs = [ baloo kactivities kauth kdeclarative kdelibs4support kemoticons kglobalaccel ki18n kpeople krunner kwin plasma-framework - plasma-workspace qtdeclarative qtx11extras + plasma-workspace qtdeclarative qtquick1 qtquickcontrols + qtx11extras ]; # All propagatedBuildInputs should be present in the profile because # wrappers cannot be used here.