summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 13:00:16 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:42 -0500
commita022895db1ba6924f174192b76489fdbae258108 (patch)
treea1061995c876ac6f6891b3c3af5ee4da48eec5a1 /pkgs/desktops
parent9f0feebeebce5f2cc4698d67b44b80b590c59073 (diff)
downloadnixlib-a022895db1ba6924f174192b76489fdbae258108.tar
nixlib-a022895db1ba6924f174192b76489fdbae258108.tar.gz
nixlib-a022895db1ba6924f174192b76489fdbae258108.tar.bz2
nixlib-a022895db1ba6924f174192b76489fdbae258108.tar.lz
nixlib-a022895db1ba6924f174192b76489fdbae258108.tar.xz
nixlib-a022895db1ba6924f174192b76489fdbae258108.tar.zst
nixlib-a022895db1ba6924f174192b76489fdbae258108.zip
kde5.plasma-nm: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/plasma-nm/default.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/plasma-nm/default.nix b/pkgs/desktops/kde-5/plasma-5.6/plasma-nm/default.nix
index 249c6d8aac94..0ea2ab49f557 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/plasma-nm/default.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/plasma-nm/default.nix
@@ -20,15 +20,12 @@ plasmaPackage {
     kdoctools
     makeQtWrapper
   ];
-  buildInputs = [
-    kcompletion kconfigwidgets kcoreaddons kdbusaddons kiconthemes
-    kinit kitemviews knotifications kservice kwallet kwidgetsaddons
-    kxmlgui mobile_broadband_provider_info modemmanager-qt
-    networkmanager-qt openconnect qca-qt5 solid
-  ];
   propagatedBuildInputs = [
     kdeclarative kdelibs4support ki18n kio kwindowsystem plasma-framework
-    qtdeclarative
+    qtdeclarative kcompletion kconfigwidgets kcoreaddons kdbusaddons kiconthemes
+    kinit kitemviews knotifications kservice kwallet kwidgetsaddons kxmlgui
+    mobile_broadband_provider_info modemmanager-qt networkmanager-qt openconnect
+    qca-qt5 solid
   ];
   postInstall = ''
     wrapQtProgram "$out/bin/kde5-nm-connection-editor"