summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/kdenetwork-filesharing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kdenetwork-filesharing.nix')
-rw-r--r--pkgs/applications/kde/kdenetwork-filesharing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kdenetwork-filesharing.nix b/pkgs/applications/kde/kdenetwork-filesharing.nix
index 4aa119675285..20f81563c3b4 100644
--- a/pkgs/applications/kde/kdenetwork-filesharing.nix
+++ b/pkgs/applications/kde/kdenetwork-filesharing.nix
@@ -1,6 +1,6 @@
{
kdeApp, lib,
- ecm, kdoctools,
+ extra-cmake-modules, kdoctools,
kcoreaddons, ki18n, kio, kwidgetsaddons, samba
}:
@@ -10,6 +10,6 @@ kdeApp {
license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
maintainers = [ lib.maintainers.ttuegel ];
};
- nativeBuildInputs = [ ecm kdoctools ];
+ nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ kcoreaddons ki18n kio kwidgetsaddons samba ];
}