summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:49:25 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:18 -0500
commitd7e71a3a1cf7028f1654c356c7d62b87ccfe3e7e (patch)
treeebdeb137e2385a186034ce5767730d8892e23956 /pkgs/desktops
parent5fe38a707b9c4ecf67e35fd9aae4eefc502059df (diff)
downloadnixpkgs-d7e71a3a1cf7028f1654c356c7d62b87ccfe3e7e.tar
nixpkgs-d7e71a3a1cf7028f1654c356c7d62b87ccfe3e7e.tar.gz
nixpkgs-d7e71a3a1cf7028f1654c356c7d62b87ccfe3e7e.tar.bz2
nixpkgs-d7e71a3a1cf7028f1654c356c7d62b87ccfe3e7e.tar.lz
nixpkgs-d7e71a3a1cf7028f1654c356c7d62b87ccfe3e7e.tar.xz
nixpkgs-d7e71a3a1cf7028f1654c356c7d62b87ccfe3e7e.tar.zst
nixpkgs-d7e71a3a1cf7028f1654c356c7d62b87ccfe3e7e.zip
kde5.kcmutils: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kcmutils/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kcmutils/default.nix b/pkgs/desktops/kde-5/frameworks-5.21/kcmutils/default.nix
index dbbb783ac61..fdf55174548 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/kcmutils/default.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/kcmutils/default.nix
@@ -5,13 +5,11 @@
 
 kdeFramework {
   name = "kcmutils";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [
-    kcoreaddons kiconthemes kitemviews kpackage kxmlgui
+  propagatedBuildInputs = [
+    kconfigwidgets kcoreaddons kdeclarative ki18n kiconthemes kitemviews
+    kpackage kservice kxmlgui
   ];
-  propagatedBuildInputs = [ kconfigwidgets kdeclarative ki18n kservice ];
   patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }