summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/kdf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kdf.nix')
-rw-r--r--pkgs/applications/kde/kdf.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kdf.nix b/pkgs/applications/kde/kdf.nix
index 5a969aa15cfe..333fea3df53e 100644
--- a/pkgs/applications/kde/kdf.nix
+++ b/pkgs/applications/kde/kdf.nix
@@ -1,6 +1,6 @@
{
mkDerivation, lib,
- extra-cmake-modules, kdoctools, wrapGAppsHook,
+ extra-cmake-modules, kdoctools,
kcmutils
}:
@@ -10,6 +10,6 @@ mkDerivation {
license = with lib.licenses; [ gpl2 ];
maintainers = [ lib.maintainers.peterhoeg ];
};
- nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
+ nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ kcmutils ];
}