From 5ef3477a3e240efc36c9fbc73032706999b865cb Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 10 Oct 2015 11:20:49 -0500 Subject: [PATCH] propagate kemoticons dependencies --- pkgs/desktops/plasma-5.4/plasma-desktop/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix b/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix index 489a4a14371..1e8fd80e8cd 100644 --- a/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix +++ b/pkgs/desktops/plasma-5.4/plasma-desktop/default.nix @@ -16,14 +16,16 @@ plasmaPackage { kdoctools ]; buildInputs = [ - attica boost fontconfig kcmutils kdbusaddons kded kemoticons + attica boost fontconfig kcmutils kdbusaddons kded kglobalaccel ki18n kitemmodels knewstuff knotifications knotifyconfig kpeople krunner 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 ]; + propagatedBuildInputs = [ + baloo kactivities kauth kdeclarative kdelibs4support kemoticons + ]; patches = [ (substituteAll { src = ./0001-hwclock.patch;