summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/karchive.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:48:40 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:16 -0500
commit55a6f7916421e853c7acbc2d61a0db414a69e3b0 (patch)
tree14b2a531f38d31ec955ebd660b1f9faa8229e64d /pkgs/desktops/kde-5/frameworks-5.21/karchive.nix
parent634b995589d722ebd984b00c143d5ae3fd2b4635 (diff)
downloadnixpkgs-55a6f7916421e853c7acbc2d61a0db414a69e3b0.tar
nixpkgs-55a6f7916421e853c7acbc2d61a0db414a69e3b0.tar.gz
nixpkgs-55a6f7916421e853c7acbc2d61a0db414a69e3b0.tar.bz2
nixpkgs-55a6f7916421e853c7acbc2d61a0db414a69e3b0.tar.lz
nixpkgs-55a6f7916421e853c7acbc2d61a0db414a69e3b0.tar.xz
nixpkgs-55a6f7916421e853c7acbc2d61a0db414a69e3b0.tar.zst
nixpkgs-55a6f7916421e853c7acbc2d61a0db414a69e3b0.zip
kde5.karchive: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/karchive.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/karchive.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/karchive.nix b/pkgs/desktops/kde-5/frameworks-5.21/karchive.nix
index a8d9a0003c3..bec44a6d687 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/karchive.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/karchive.nix
@@ -4,8 +4,6 @@
 
 kdeFramework {
   name = "karchive";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }