summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/plasma-framework.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 11:05:30 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:33 -0500
commit5698bb9c735aa454915b3bd9ca1932edee5d0c21 (patch)
tree82dfe30b94707f6185d53b4190348a716a0fd2d8 /pkgs/desktops/kde-5/frameworks-5.21/plasma-framework.nix
parentc79a6ae2ac49b10422aff8c3819bed1c210cbfd7 (diff)
downloadnixpkgs-5698bb9c735aa454915b3bd9ca1932edee5d0c21.tar
nixpkgs-5698bb9c735aa454915b3bd9ca1932edee5d0c21.tar.gz
nixpkgs-5698bb9c735aa454915b3bd9ca1932edee5d0c21.tar.bz2
nixpkgs-5698bb9c735aa454915b3bd9ca1932edee5d0c21.tar.lz
nixpkgs-5698bb9c735aa454915b3bd9ca1932edee5d0c21.tar.xz
nixpkgs-5698bb9c735aa454915b3bd9ca1932edee5d0c21.tar.zst
nixpkgs-5698bb9c735aa454915b3bd9ca1932edee5d0c21.zip
kde5.plasma-framework: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/plasma-framework.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/plasma-framework.nix13
1 files changed, 4 insertions, 9 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/plasma-framework.nix b/pkgs/desktops/kde-5/frameworks-5.21/plasma-framework.nix
index d8846f77723..2a8762c814f 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/plasma-framework.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/plasma-framework.nix
@@ -7,19 +7,14 @@
 
 kdeFramework {
   name = "plasma-framework";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
-  buildInputs = [
-    karchive kconfig kconfigwidgets kcoreaddons kdbusaddons kguiaddons
-    kiconthemes knotifications kxmlgui qtscript
-  ];
   propagatedBuildInputs = [
-    kactivities kdeclarative kglobalaccel ki18n kio kpackage kservice kwindowsystem
-    qtx11extras
+    kactivities karchive kconfig kconfigwidgets kcoreaddons kdbusaddons
+    kdeclarative kglobalaccel kguiaddons ki18n kiconthemes kio knotifications
+    kpackage kservice kwindowsystem kxmlgui qtscript qtx11extras
   ];
   postInstall = ''
     wrapQtProgram "$out/bin/plasmapkg2"
   '';
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }