summary refs log tree commit diff
path: root/pkgs/desktops/kde-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:56:40 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:25 -0500
commit27078990f9a07207fed1559b0be40666567e6fb8 (patch)
treea9a77aa68cc6a4bd69ae5f1165049576c6026689 /pkgs/desktops/kde-5
parent4e983f65b945d31027c98e106ee95a9bc23fbba4 (diff)
downloadnixpkgs-27078990f9a07207fed1559b0be40666567e6fb8.tar
nixpkgs-27078990f9a07207fed1559b0be40666567e6fb8.tar.gz
nixpkgs-27078990f9a07207fed1559b0be40666567e6fb8.tar.bz2
nixpkgs-27078990f9a07207fed1559b0be40666567e6fb8.tar.lz
nixpkgs-27078990f9a07207fed1559b0be40666567e6fb8.tar.xz
nixpkgs-27078990f9a07207fed1559b0be40666567e6fb8.tar.zst
nixpkgs-27078990f9a07207fed1559b0be40666567e6fb8.zip
kde5.kjs: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kjs.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kjs.nix b/pkgs/desktops/kde-5/frameworks-5.21/kjs.nix
index 768720f178c..1a8750ea74f 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/kjs.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/kjs.nix
@@ -6,11 +6,9 @@
 
 kdeFramework {
   name = "kjs";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
   postInstall = ''
     wrapQtProgram "$out/bin/kjs5"
   '';
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }