summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/kdeclarative.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:50:39 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:19 -0500
commit99c50e45c7985bc36efe13ee3f521d00f2343c25 (patch)
treee91bda26e0c8f445c1cb29cd40d78e768c059c43 /pkgs/desktops/kde-5/frameworks-5.21/kdeclarative.nix
parentd1ec927a09c261e1250d86b4a7c99ac3554f161e (diff)
downloadnixpkgs-99c50e45c7985bc36efe13ee3f521d00f2343c25.tar
nixpkgs-99c50e45c7985bc36efe13ee3f521d00f2343c25.tar.gz
nixpkgs-99c50e45c7985bc36efe13ee3f521d00f2343c25.tar.bz2
nixpkgs-99c50e45c7985bc36efe13ee3f521d00f2343c25.tar.lz
nixpkgs-99c50e45c7985bc36efe13ee3f521d00f2343c25.tar.xz
nixpkgs-99c50e45c7985bc36efe13ee3f521d00f2343c25.tar.zst
nixpkgs-99c50e45c7985bc36efe13ee3f521d00f2343c25.zip
kde5.kdeclarative: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/kdeclarative.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kdeclarative.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kdeclarative.nix b/pkgs/desktops/kde-5/frameworks-5.21/kdeclarative.nix
index 74d107466cf..af9a009b82e 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/kdeclarative.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/kdeclarative.nix
@@ -6,17 +6,13 @@
 
 kdeFramework {
   name = "kdeclarative";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
-  buildInputs = [
-    epoxy kguiaddons kiconthemes kwidgetsaddons
-  ];
   propagatedBuildInputs = [
-    kconfig kglobalaccel ki18n kio kpackage kwindowsystem qtdeclarative
+    epoxy kconfig kglobalaccel kguiaddons ki18n kiconthemes kio kpackage
+    kwidgetsaddons kwindowsystem qtdeclarative
   ];
   postInstall = ''
     wrapQtProgram "$out/bin/kpackagelauncherqml"
   '';
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }