about summary refs log tree commit diff
path: root/pkgs/applications/kde/kcachegrind.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kcachegrind.nix')
-rw-r--r--pkgs/applications/kde/kcachegrind.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kcachegrind.nix b/pkgs/applications/kde/kcachegrind.nix
index d43de1fdc366..fd5c4502c9d5 100644
--- a/pkgs/applications/kde/kcachegrind.nix
+++ b/pkgs/applications/kde/kcachegrind.nix
@@ -1,12 +1,12 @@
 {
-  kdeApp, lib, kdeWrapper,
+  mkDerivation, lib, kdeWrapper,
   extra-cmake-modules, kdoctools,
   kio, ki18n,
   perl, python, php
 }:
 
 kdeWrapper {
-  unwrapped = kdeApp {
+  unwrapped = mkDerivation {
     name = "kcachegrind";
     meta = {
       license = with lib.licenses; [ gpl2 ];