summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kio
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/kio
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/kio')
-rw-r--r--pkgs/development/libraries/kde-frameworks/kio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/kde-frameworks/kio/default.nix b/pkgs/development/libraries/kde-frameworks/kio/default.nix
index 7623e44a076..cb67c845903 100644
--- a/pkgs/development/libraries/kde-frameworks/kio/default.nix
+++ b/pkgs/development/libraries/kde-frameworks/kio/default.nix
@@ -1,5 +1,5 @@
 { kdeFramework, lib, copyPathsToStore
-, ecm, acl, karchive
+, extra-cmake-modules, acl, karchive
 , kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons
 , kdbusaddons, kdoctools, ki18n, kiconthemes, kitemviews
 , kjobwidgets, knotifications, kservice, ktextwidgets, kwallet
@@ -10,7 +10,7 @@
 kdeFramework {
   name = "kio";
   meta = { maintainers = [ lib.maintainers.ttuegel ]; };
-  nativeBuildInputs = [ ecm kdoctools ];
+  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   propagatedBuildInputs = [
     acl karchive kbookmarks kcompletion kconfig kconfigwidgets kcoreaddons
     kdbusaddons ki18n kiconthemes kitemviews kjobwidgets knotifications kservice