summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:47:32 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:15 -0500
commitb4a4fa4bc6c0a6c7544b2d0e5ea34b6eb5977d58 (patch)
treea056f4e72199e8ec8c22382785fba997e52f2257 /pkgs/desktops
parent5560c4a28b36d243f5053fc33961706c148e89a7 (diff)
downloadnixpkgs-b4a4fa4bc6c0a6c7544b2d0e5ea34b6eb5977d58.tar
nixpkgs-b4a4fa4bc6c0a6c7544b2d0e5ea34b6eb5977d58.tar.gz
nixpkgs-b4a4fa4bc6c0a6c7544b2d0e5ea34b6eb5977d58.tar.bz2
nixpkgs-b4a4fa4bc6c0a6c7544b2d0e5ea34b6eb5977d58.tar.lz
nixpkgs-b4a4fa4bc6c0a6c7544b2d0e5ea34b6eb5977d58.tar.xz
nixpkgs-b4a4fa4bc6c0a6c7544b2d0e5ea34b6eb5977d58.tar.zst
nixpkgs-b4a4fa4bc6c0a6c7544b2d0e5ea34b6eb5977d58.zip
kde5.frameworkintegration: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/frameworkintegration.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/frameworkintegration.nix b/pkgs/desktops/kde-5/frameworks-5.21/frameworkintegration.nix
index 26987c385ad..ee1b188d407 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/frameworkintegration.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/frameworkintegration.nix
@@ -5,13 +5,10 @@
 
 kdeFramework {
   name = "frameworkintegration";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [
-    kbookmarks kcompletion kconfig knotifications kwidgetsaddons
-    libXcursor
+  propagatedBuildInputs = [
+    kbookmarks kcompletion kconfig kconfigwidgets knotifications ki18n kio
+    kiconthemes kwidgetsaddons libXcursor qtx11extras
   ];
-  propagatedBuildInputs = [ kconfigwidgets ki18n kio kiconthemes qtx11extras ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }