From 148b0f06b169d916d9276b3155bf025c24151905 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 11 Oct 2015 10:15:50 -0500 Subject: [PATCH] propagate kwin dependencies --- pkgs/desktops/plasma-5.4/plasma-desktop/default.nix | 4 ++-- pkgs/desktops/plasma-5.4/plasma-workspace/default.nix | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix b/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix index 3a226a6976d7..53b53ec3100c 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 kwallet kwin + knewstuff knotifications knotifyconfig kwallet libcanberra_kde libXcursor libpulseaudio libXft libxkbfile phonon plasma-workspace qtdeclarative qtx11extras qtsvg xf86inputevdev xf86inputsynaptics xkeyboard_config xinput ]; propagatedBuildInputs = [ baloo kactivities kauth kdeclarative kdelibs4support kemoticons - kglobalaccel ki18n kpeople krunner plasma-framework + kglobalaccel ki18n kpeople krunner kwin plasma-framework ]; 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 5c4d6f63ddce..b240302ace94 100644 --- a/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix +++ b/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix @@ -18,14 +18,13 @@ plasmaPackage { ]; buildInputs = [ kcmutils kcrash kdbusaddons kdesu kdewebkit kjsembed knewstuff - knotifyconfig kpackage ktextwidgets kwallet - kwayland kwin kxmlrpcclient libdbusmenu libkscreen libSM - libXcursor networkmanager-qt pam phonon qtquick1 - qtscript qtx11extras solid wayland + knotifyconfig kpackage ktextwidgets kwallet kwayland kxmlrpcclient + libdbusmenu libkscreen libSM libXcursor networkmanager-qt pam + phonon qtquick1 qtscript qtx11extras solid wayland ]; propagatedBuildInputs = [ baloo kactivities kdeclarative kdelibs4support kglobalaccel - kidletime krunner ktexteditor libksysguard plasma-framework + kidletime krunner ktexteditor kwin libksysguard plasma-framework ]; patches = [ ./0001-startkde-NixOS-patches.patch ];