3 extra-cmake-modules, kdoctools,
4 karchive, ki18n, kio, perl, python3, php, qttools,
5 kdbusaddons, makeBinaryWrapper, graphviz
11 homepage = "https://apps.kde.org/kcachegrind/";
12 description = "Profiler frontend";
13 license = with lib.licenses; [ gpl2 ];
14 maintainers = with lib.maintainers; [ orivej ];
16 nativeBuildInputs = [ extra-cmake-modules kdoctools makeBinaryWrapper ];
17 buildInputs = [ karchive ki18n kio perl python3 php qttools kdbusaddons ];
19 wrapProgram $out/bin/kcachegrind \
20 --suffix PATH : "${lib.makeBinPath [ graphviz ]}"