summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-27 06:56:44 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:13 -0500
commit3a948d4786dd1b2fd72eaebee4cd994eacef5da1 (patch)
treebfb99da69a15b8c8080a595dfd83b30c3c413750 /pkgs/desktops
parent0e660bf27f204ed82ca9ed66c5c7b711373180e4 (diff)
downloadnixpkgs-3a948d4786dd1b2fd72eaebee4cd994eacef5da1.tar
nixpkgs-3a948d4786dd1b2fd72eaebee4cd994eacef5da1.tar.gz
nixpkgs-3a948d4786dd1b2fd72eaebee4cd994eacef5da1.tar.bz2
nixpkgs-3a948d4786dd1b2fd72eaebee4cd994eacef5da1.tar.lz
nixpkgs-3a948d4786dd1b2fd72eaebee4cd994eacef5da1.tar.xz
nixpkgs-3a948d4786dd1b2fd72eaebee4cd994eacef5da1.tar.zst
nixpkgs-3a948d4786dd1b2fd72eaebee4cd994eacef5da1.zip
kde5.baloo: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/baloo.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/baloo.nix b/pkgs/desktops/kde-5/frameworks-5.21/baloo.nix
index 38c41d9271d..a4fdf9bb665 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/baloo.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/baloo.nix
@@ -6,11 +6,9 @@
 kdeFramework {
   name = "baloo";
   nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
-  buildInputs = [
-    kconfig kcrash kdbusaddons lmdb qtquick1 solid
-  ];
   propagatedBuildInputs = [
-    kauth kcoreaddons kfilemetadata ki18n kio kidletime qtbase
+    kauth kconfig kcoreaddons kcrash kdbusaddons kfilemetadata ki18n kio
+    kidletime lmdb qtbase qtquick1 solid
   ];
   postInstall = ''
     wrapQtProgram "$out/bin/baloo_file"