summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:58:50 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:27 -0500
commitde47317ef2d763079c9be38eb469a83acd083bd2 (patch)
treebb0cb48f20631dab1a9b1b8afad25d1e05f65063 /pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
parent35692118cd972785c59cdee27fd087617f4e404f (diff)
downloadnixpkgs-de47317ef2d763079c9be38eb469a83acd083bd2.tar
nixpkgs-de47317ef2d763079c9be38eb469a83acd083bd2.tar.gz
nixpkgs-de47317ef2d763079c9be38eb469a83acd083bd2.tar.bz2
nixpkgs-de47317ef2d763079c9be38eb469a83acd083bd2.tar.lz
nixpkgs-de47317ef2d763079c9be38eb469a83acd083bd2.tar.xz
nixpkgs-de47317ef2d763079c9be38eb469a83acd083bd2.tar.zst
nixpkgs-de47317ef2d763079c9be38eb469a83acd083bd2.zip
kde5.knotifyconfig: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix b/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
index dd99d2d4f1e..0e357aecb99 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
@@ -4,10 +4,7 @@
 
 kdeFramework {
   name = "knotifyconfig";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [ kcompletion kconfig phonon ];
-  propagatedBuildInputs = [ ki18n kio ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
+  propagatedBuildInputs = [ kcompletion kconfig ki18n kio phonon ];
 }