summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 13:06:26 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:44 -0500
commita2e48213111092c97351d3075579703c51730ec4 (patch)
tree1e38ba569d76076fa30d72fbb3a46cee55605e00 /pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix
parent16ab7492988c1c8deb093df274757323f4feb3a3 (diff)
downloadnixpkgs-a2e48213111092c97351d3075579703c51730ec4.tar
nixpkgs-a2e48213111092c97351d3075579703c51730ec4.tar.gz
nixpkgs-a2e48213111092c97351d3075579703c51730ec4.tar.bz2
nixpkgs-a2e48213111092c97351d3075579703c51730ec4.tar.lz
nixpkgs-a2e48213111092c97351d3075579703c51730ec4.tar.xz
nixpkgs-a2e48213111092c97351d3075579703c51730ec4.tar.zst
nixpkgs-a2e48213111092c97351d3075579703c51730ec4.zip
kde5.baloo-widgets: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix')
-rw-r--r--pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix18
1 files changed, 5 insertions, 13 deletions
diff --git a/pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix b/pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix
index a24928160df..fc91c92dbe6 100644
--- a/pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix
+++ b/pkgs/desktops/kde-5/applications-16.04/baloo-widgets.nix
@@ -13,23 +13,15 @@
 
 kdeApp {
   name = "baloo-widgets";
+  meta = {
+    license = [ lib.licenses.lgpl21 ];
+    maintainers = [ lib.maintainers.ttuegel ];
+  };
   nativeBuildInputs = [
     extra-cmake-modules
     kdoctools
   ];
-  buildInputs = [
-    kconfig
-    kservice
-  ];
   propagatedBuildInputs = [
-    baloo
-    kdelibs4support
-    kfilemetadata
-    ki18n
-    kio
+    baloo kconfig kservice kdelibs4support kfilemetadata ki18n kio
   ];
-  meta = {
-    license = [ lib.licenses.lgpl21 ];
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }