summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 12:58:47 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:41 -0500
commitcfc28505b5a366e8dd0c09213553055492d35817 (patch)
tree68d5d02e43be601bfc561a1e637e3035cd3d42cf /pkgs/desktops
parent8fb25cb4c2b2fe15a01f4d7e8429fc74e3f99154 (diff)
downloadnixlib-cfc28505b5a366e8dd0c09213553055492d35817.tar
nixlib-cfc28505b5a366e8dd0c09213553055492d35817.tar.gz
nixlib-cfc28505b5a366e8dd0c09213553055492d35817.tar.bz2
nixlib-cfc28505b5a366e8dd0c09213553055492d35817.tar.lz
nixlib-cfc28505b5a366e8dd0c09213553055492d35817.tar.xz
nixlib-cfc28505b5a366e8dd0c09213553055492d35817.tar.zst
nixlib-cfc28505b5a366e8dd0c09213553055492d35817.zip
kde5.oxygen: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/oxygen.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/oxygen.nix b/pkgs/desktops/kde-5/plasma-5.6/oxygen.nix
index 02918100408a..5a783ca65027 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/oxygen.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/oxygen.nix
@@ -8,11 +8,10 @@ plasmaPackage {
   nativeBuildInputs = [
     extra-cmake-modules makeQtWrapper
   ];
-  buildInputs = [
-    kcmutils kconfig kdecoration kguiaddons kwidgetsaddons
-    kservice kcompletion
+  propagatedBuildInputs = [
+    kcmutils kconfig kdecoration kguiaddons kwidgetsaddons kservice kcompletion
+    frameworkintegration ki18n kwindowsystem qtx11extras
   ];
-  propagatedBuildInputs = [ frameworkintegration ki18n kwindowsystem qtx11extras ];
   postInstall = ''
     wrapQtProgram "$out/bin/oxygen-demo5"
     wrapQtProgram "$out/bin/oxygen-settings5"