summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/kross.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 11:00:18 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:29 -0500
commit29b2d93bbf7963e3fb4f5a757e77830abc3eef18 (patch)
treeb0ea9ff8d9a095780316913128e25790ce41735e /pkgs/desktops/kde-5/frameworks-5.21/kross.nix
parent86d9ef9c0fd4bce914442ef964361a5f43b6d616 (diff)
downloadnixpkgs-29b2d93bbf7963e3fb4f5a757e77830abc3eef18.tar
nixpkgs-29b2d93bbf7963e3fb4f5a757e77830abc3eef18.tar.gz
nixpkgs-29b2d93bbf7963e3fb4f5a757e77830abc3eef18.tar.bz2
nixpkgs-29b2d93bbf7963e3fb4f5a757e77830abc3eef18.tar.lz
nixpkgs-29b2d93bbf7963e3fb4f5a757e77830abc3eef18.tar.xz
nixpkgs-29b2d93bbf7963e3fb4f5a757e77830abc3eef18.tar.zst
nixpkgs-29b2d93bbf7963e3fb4f5a757e77830abc3eef18.zip
kde5.kross: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/kross.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kross.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kross.nix b/pkgs/desktops/kde-5/frameworks-5.21/kross.nix
index 7c6f079feaa..0e66d95b5cc 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/kross.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/kross.nix
@@ -5,10 +5,10 @@
 
 kdeFramework {
   name = "kross";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  buildInputs = [ kcompletion kcoreaddons kxmlgui ];
-  propagatedBuildInputs = [ ki18n kiconthemes kio kparts kwidgetsaddons qtscript ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
+  propagatedBuildInputs = [
+    kcompletion kcoreaddons ki18n kiconthemes kio kparts kwidgetsaddons kxmlgui
+    qtscript
+  ];
 }