summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma/libksysguard/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-07-30 09:36:52 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-07-30 09:36:52 -0500
commitb390eb39ae3ac1842f90c445b8436707842a6cce (patch)
tree222733cd6a30e45ff89ad351c23f734c2bfe4ecf /pkgs/desktops/kde-5/plasma/libksysguard/default.nix
parent29739ece1f1e6a7602207ff03273f6a59907f322 (diff)
downloadnixpkgs-b390eb39ae3ac1842f90c445b8436707842a6cce.tar
nixpkgs-b390eb39ae3ac1842f90c445b8436707842a6cce.tar.gz
nixpkgs-b390eb39ae3ac1842f90c445b8436707842a6cce.tar.bz2
nixpkgs-b390eb39ae3ac1842f90c445b8436707842a6cce.tar.lz
nixpkgs-b390eb39ae3ac1842f90c445b8436707842a6cce.tar.xz
nixpkgs-b390eb39ae3ac1842f90c445b8436707842a6cce.tar.zst
nixpkgs-b390eb39ae3ac1842f90c445b8436707842a6cce.zip
kde5: fix extra-cmake-modules hooks
Diffstat (limited to 'pkgs/desktops/kde-5/plasma/libksysguard/default.nix')
-rw-r--r--pkgs/desktops/kde-5/plasma/libksysguard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/kde-5/plasma/libksysguard/default.nix b/pkgs/desktops/kde-5/plasma/libksysguard/default.nix
index 2a92d6e0af0..b6ca3dfa26d 100644
--- a/pkgs/desktops/kde-5/plasma/libksysguard/default.nix
+++ b/pkgs/desktops/kde-5/plasma/libksysguard/default.nix
@@ -1,4 +1,4 @@
-{ fetchpatch, plasmaPackage, extra-cmake-modules, kauth, kcompletion
+{ fetchpatch, plasmaPackage, ecm, kauth, kcompletion
 , kconfigwidgets, kcoreaddons, kservice, kwidgetsaddons
 , kwindowsystem, plasma-framework, qtscript, qtx11extras
 , kconfig, ki18n, kiconthemes
@@ -10,7 +10,7 @@ plasmaPackage {
     ./0001-qdiriterator-follow-symlinks.patch
   ];
   nativeBuildInputs = [
-    extra-cmake-modules
+    ecm
   ];
   propagatedBuildInputs = [
     kauth kconfig ki18n kiconthemes kwindowsystem plasma-framework qtx11extras