summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:48:55 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:17 -0500
commit44da4d92e31e7cc341b4a9012fa696e78e7fd6f6 (patch)
tree347b00bb6c5c71eb0a60383f30bfc223c9c13acd /pkgs/desktops
parent55a6f7916421e853c7acbc2d61a0db414a69e3b0 (diff)
downloadnixpkgs-44da4d92e31e7cc341b4a9012fa696e78e7fd6f6.tar
nixpkgs-44da4d92e31e7cc341b4a9012fa696e78e7fd6f6.tar.gz
nixpkgs-44da4d92e31e7cc341b4a9012fa696e78e7fd6f6.tar.bz2
nixpkgs-44da4d92e31e7cc341b4a9012fa696e78e7fd6f6.tar.lz
nixpkgs-44da4d92e31e7cc341b4a9012fa696e78e7fd6f6.tar.xz
nixpkgs-44da4d92e31e7cc341b4a9012fa696e78e7fd6f6.tar.zst
nixpkgs-44da4d92e31e7cc341b4a9012fa696e78e7fd6f6.zip
kde5.kauth: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kauth/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kauth/default.nix b/pkgs/desktops/kde-5/frameworks-5.21/kauth/default.nix
index 1352d8c5821..4bdba88bc3b 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/kauth/default.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/kauth/default.nix
@@ -6,11 +6,8 @@
 
 kdeFramework {
   name = "kauth";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [ polkit-qt ];
-  propagatedBuildInputs = [ kcoreaddons ];
+  propagatedBuildInputs = [ kcoreaddons polkit-qt ];
   patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }