summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/knotifications.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:58:28 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:27 -0500
commit35692118cd972785c59cdee27fd087617f4e404f (patch)
treeebc6d886436455745220ebecdee52790c7aaa564 /pkgs/desktops/kde-5/frameworks-5.21/knotifications.nix
parent3cfdad0a9a103f8ea5853bb138462489f5228399 (diff)
downloadnixpkgs-35692118cd972785c59cdee27fd087617f4e404f.tar
nixpkgs-35692118cd972785c59cdee27fd087617f4e404f.tar.gz
nixpkgs-35692118cd972785c59cdee27fd087617f4e404f.tar.bz2
nixpkgs-35692118cd972785c59cdee27fd087617f4e404f.tar.lz
nixpkgs-35692118cd972785c59cdee27fd087617f4e404f.tar.xz
nixpkgs-35692118cd972785c59cdee27fd087617f4e404f.tar.zst
nixpkgs-35692118cd972785c59cdee27fd087617f4e404f.zip
kde5.knotifications: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/knotifications.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/knotifications.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/knotifications.nix b/pkgs/desktops/kde-5/frameworks-5.21/knotifications.nix
index 791caa02edb..7196832495f 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/knotifications.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/knotifications.nix
@@ -8,12 +8,9 @@
 
 kdeFramework {
   name = "knotifications";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [
-    kcodecs kconfig kcoreaddons libdbusmenu phonon
+  propagatedBuildInputs = [
+    kcodecs kconfig kcoreaddons kwindowsystem libdbusmenu phonon qtx11extras
   ];
-  propagatedBuildInputs = [ kwindowsystem qtx11extras ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }