summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/knotifications.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-26 06:49:15 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-27 11:49:46 -0600
commit127bf18a350afa562cad3f8cb3b2f626edd23de0 (patch)
tree3edc31bedef41e96f6a7f5062fb26e3950671a59 /pkgs/development/libraries/kde-frameworks/knotifications.nix
parentb39e491eb521d93ae983bc63b10efad3d147a9cd (diff)
downloadnixpkgs-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar
nixpkgs-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.gz
nixpkgs-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.bz2
nixpkgs-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.lz
nixpkgs-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.xz
nixpkgs-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.zst
nixpkgs-127bf18a350afa562cad3f8cb3b2f626edd23de0.zip
extra-cmake-modules: Lift Qt dependency
Diffstat (limited to 'pkgs/development/libraries/kde-frameworks/knotifications.nix')
-rw-r--r--pkgs/development/libraries/kde-frameworks/knotifications.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/kde-frameworks/knotifications.nix b/pkgs/development/libraries/kde-frameworks/knotifications.nix
index 061a5d8d142..c1c07957872 100644
--- a/pkgs/development/libraries/kde-frameworks/knotifications.nix
+++ b/pkgs/development/libraries/kde-frameworks/knotifications.nix
@@ -1,15 +1,15 @@
 { kdeFramework, lib
-, ecm
+, extra-cmake-modules
 , kcodecs, kconfig, kcoreaddons, kwindowsystem
 , libdbusmenu
 , phonon
-, qtx11extras
+, qttools, qtx11extras
 }:
 
 kdeFramework {
   name = "knotifications";
   meta = { maintainers = [ lib.maintainers.ttuegel ]; };
-  nativeBuildInputs = [ ecm ];
+  nativeBuildInputs = [ extra-cmake-modules qttools ];
   propagatedBuildInputs = [
     kcodecs kconfig kcoreaddons kwindowsystem libdbusmenu phonon qtx11extras
   ];