summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 11:05:44 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:33 -0500
commite5eada7ab815978badc46c2b51574d96c6196a4a (patch)
treeb39d9733fe94365d8f330c0751a86363e17165fa /pkgs/desktops
parent5698bb9c735aa454915b3bd9ca1932edee5d0c21 (diff)
downloadnixlib-e5eada7ab815978badc46c2b51574d96c6196a4a.tar
nixlib-e5eada7ab815978badc46c2b51574d96c6196a4a.tar.gz
nixlib-e5eada7ab815978badc46c2b51574d96c6196a4a.tar.bz2
nixlib-e5eada7ab815978badc46c2b51574d96c6196a4a.tar.lz
nixlib-e5eada7ab815978badc46c2b51574d96c6196a4a.tar.xz
nixlib-e5eada7ab815978badc46c2b51574d96c6196a4a.tar.zst
nixlib-e5eada7ab815978badc46c2b51574d96c6196a4a.zip
kde5.solid: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/solid.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/solid.nix b/pkgs/desktops/kde-5/frameworks-5.21/solid.nix
index afd125e3c597..f1db5c35c10a 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/solid.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/solid.nix
@@ -6,12 +6,10 @@
 
 kdeFramework {
   name = "solid";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
-  buildInputs = [ qtdeclarative ];
+  propagatedBuildInputs = [ qtdeclarative ];
   postInstall = ''
     wrapQtProgram "$out/bin/solid-hardware5"
   '';
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }