summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:50:54 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:19 -0500
commitf60d19ba86be9ebc2e20051f7abfe14a54890d19 (patch)
tree6db5f5cfb9ccb3d4b13786e7cd3f5ce29dd31e1f /pkgs
parent99c50e45c7985bc36efe13ee3f521d00f2343c25 (diff)
downloadnixpkgs-f60d19ba86be9ebc2e20051f7abfe14a54890d19.tar
nixpkgs-f60d19ba86be9ebc2e20051f7abfe14a54890d19.tar.gz
nixpkgs-f60d19ba86be9ebc2e20051f7abfe14a54890d19.tar.bz2
nixpkgs-f60d19ba86be9ebc2e20051f7abfe14a54890d19.tar.lz
nixpkgs-f60d19ba86be9ebc2e20051f7abfe14a54890d19.tar.xz
nixpkgs-f60d19ba86be9ebc2e20051f7abfe14a54890d19.tar.zst
nixpkgs-f60d19ba86be9ebc2e20051f7abfe14a54890d19.zip
kde5.kded: propagate all buildInputs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kded.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kded.nix b/pkgs/desktops/kde-5/frameworks-5.21/kded.nix
index 47ae2d68c68..fd286accb9f 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/kded.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/kded.nix
@@ -11,9 +11,7 @@
 
 kdeFramework {
   name = "kded";
-  buildInputs = [ kconfig kcoreaddons kcrash kdbusaddons kinit kservice ];
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
+  propagatedBuildInputs = [ kconfig kcoreaddons kcrash kdbusaddons kinit kservice ];
 }