summaryrefslogtreecommitdiffstats
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.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/applications/kde/kcachegrind.nix b/pkgs/applications/kde/kcachegrind.nix
index c45edc87f896..a8833cfbf592 100644
--- a/pkgs/applications/kde/kcachegrind.nix
+++ b/pkgs/applications/kde/kcachegrind.nix
@@ -1,6 +1,6 @@
{
mkDerivation, lib,
- extra-cmake-modules, kdoctools, wrapGAppsHook,
+ extra-cmake-modules, kdoctools,
kio, ki18n,
perl, python, php
}:
@@ -11,10 +11,7 @@ mkDerivation {
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ orivej ];
};
- nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
+ nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ kio ];
buildInputs = [ perl python php ki18n ];
- preFixup = ''
- gappsWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ perl php python]}")
- '';
}