summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/print-manager.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/applications/kde/print-manager.nix
parentb39e491eb521d93ae983bc63b10efad3d147a9cd (diff)
extra-cmake-modules: Lift Qt dependency
Diffstat (limited to 'pkgs/applications/kde/print-manager.nix')
-rw-r--r--pkgs/applications/kde/print-manager.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/print-manager.nix b/pkgs/applications/kde/print-manager.nix
index c4a82780b448..0a3d311eb27a 100644
--- a/pkgs/applications/kde/print-manager.nix
+++ b/pkgs/applications/kde/print-manager.nix
@@ -1,5 +1,5 @@
{
- kdeApp, lib, ecm,
+ kdeApp, lib, extra-cmake-modules,
cups, kconfig, kconfigwidgets, kdbusaddons, kiconthemes, ki18n, kcmutils, kio,
knotifications, kwidgetsaddons, kwindowsystem, kitemviews, plasma-framework,
qtdeclarative
@@ -11,7 +11,7 @@ kdeApp {
license = [ lib.licenses.gpl2 ];
maintainers = [ lib.maintainers.ttuegel ];
};
- nativeBuildInputs = [ ecm ];
+ nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [
cups kconfig kconfigwidgets kdbusaddons kiconthemes kcmutils knotifications
kwidgetsaddons kitemviews ki18n kio kwindowsystem plasma-framework