summary refs log tree commit diff
path: root/pkgs/applications/kde/ark
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/ark
parentb39e491eb521d93ae983bc63b10efad3d147a9cd (diff)
downloadnixlib-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar
nixlib-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.gz
nixlib-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.bz2
nixlib-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.lz
nixlib-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.xz
nixlib-127bf18a350afa562cad3f8cb3b2f626edd23de0.tar.zst
nixlib-127bf18a350afa562cad3f8cb3b2f626edd23de0.zip
extra-cmake-modules: Lift Qt dependency
Diffstat (limited to 'pkgs/applications/kde/ark')
-rw-r--r--pkgs/applications/kde/ark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/ark/default.nix b/pkgs/applications/kde/ark/default.nix
index 6b471614f5a6..f3adf1828de9 100644
--- a/pkgs/applications/kde/ark/default.nix
+++ b/pkgs/applications/kde/ark/default.nix
@@ -1,7 +1,7 @@
 {
   kdeApp, lib, kdeWrapper,
 
-  ecm, kdoctools, makeWrapper,
+  extra-cmake-modules, kdoctools, makeWrapper,
 
   karchive, kconfig, kcrash, kdbusaddons, ki18n, kiconthemes, khtml, kio,
   kservice, kpty, kwidgetsaddons, libarchive,
@@ -15,7 +15,7 @@ let
     kdeApp {
       name = "ark";
       nativeBuildInputs = [
-        ecm kdoctools makeWrapper
+        extra-cmake-modules kdoctools makeWrapper
       ];
       propagatedBuildInputs = [
         khtml ki18n kio karchive kconfig kcrash kdbusaddons kiconthemes kservice