summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-04-11 18:31:00 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-04-11 18:31:00 -0500
commitd1a6edae0d1e8363f7330c16917b4c46315587cb (patch)
tree93b561796da3979809f325a4860c66fa114e50eb /pkgs/desktops
parent88918e10e9b0776881c626452cbdec15e21a4a87 (diff)
downloadnixlib-d1a6edae0d1e8363f7330c16917b4c46315587cb.tar
nixlib-d1a6edae0d1e8363f7330c16917b4c46315587cb.tar.gz
nixlib-d1a6edae0d1e8363f7330c16917b4c46315587cb.tar.bz2
nixlib-d1a6edae0d1e8363f7330c16917b4c46315587cb.tar.lz
nixlib-d1a6edae0d1e8363f7330c16917b4c46315587cb.tar.xz
nixlib-d1a6edae0d1e8363f7330c16917b4c46315587cb.tar.zst
nixlib-d1a6edae0d1e8363f7330c16917b4c46315587cb.zip
kde-frameworks: update 5.8 to 5.9
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5.2/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/desktops/plasma-5.2/default.nix b/pkgs/desktops/plasma-5.2/default.nix
index d399c64afae4..ed89384e26ac 100644
--- a/pkgs/desktops/plasma-5.2/default.nix
+++ b/pkgs/desktops/plasma-5.2/default.nix
@@ -53,8 +53,6 @@ let
         GTK3 = gtk3;
         Libinput = libinput;
         LibSSH = libssh;
-        ModemManager = modemmanager;
-        NetworkManager = networkmanager;
         PulseAudio = pulseaudio;
         Taglib = taglib;
         USB = libusb;
@@ -89,7 +87,7 @@ let
         name = "breeze-qt5-" + (builtins.parseDrvName super.breeze.name).version;
         buildInputs = with kf5; with plasma5;
           [
-            kcompletion kconfig kconfigwidgets kcoreaddons kdecoration
+            kcompletion kconfig kconfigwidgets kcoreaddons kdecoration kguiaddons
             frameworkintegration ki18n kwindowsystem qt5.base qt5.x11extras
           ];
         nativeBuildInputs = [ cmake kf5.extra-cmake-modules pkgconfig ];