summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 12:54:44 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:38 -0500
commit483ed9427fa26fea6dc887c9e5af399b57254429 (patch)
treea66d0da5e72244dbb946dc0a5b880c7636eb0bc4 /pkgs/desktops
parent21710ee0124c8a5719210dbe1bf83133cfc70b99 (diff)
downloadnixlib-483ed9427fa26fea6dc887c9e5af399b57254429.tar
nixlib-483ed9427fa26fea6dc887c9e5af399b57254429.tar.gz
nixlib-483ed9427fa26fea6dc887c9e5af399b57254429.tar.bz2
nixlib-483ed9427fa26fea6dc887c9e5af399b57254429.tar.lz
nixlib-483ed9427fa26fea6dc887c9e5af399b57254429.tar.xz
nixlib-483ed9427fa26fea6dc887c9e5af399b57254429.tar.zst
nixlib-483ed9427fa26fea6dc887c9e5af399b57254429.zip
kde5.kscreen: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/kscreen.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/kscreen.nix b/pkgs/desktops/kde-5/plasma-5.6/kscreen.nix
index a521a7993628..117a39c3be32 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/kscreen.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/kscreen.nix
@@ -9,19 +9,9 @@ plasmaPackage {
     extra-cmake-modules
     makeQtWrapper
   ];
-  buildInputs = [
-    kconfig
-    kconfigwidgets
-    kdbusaddons
-    kwidgetsaddons
-    kxmlgui
-  ];
   propagatedBuildInputs = [
-    kglobalaccel
-    ki18n
-    libkscreen
-    qtdeclarative
-    qtgraphicaleffects
+    kglobalaccel ki18n libkscreen qtdeclarative qtgraphicaleffects kconfig
+    kconfigwidgets kdbusaddons kwidgetsaddons kxmlgui
   ];
   postInstall = ''
     wrapQtProgram "$out/bin/kscreen-console"