Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / kde / kcachegrind.nix
blob61ff38f3168487cd8b2a230eba97860269e6c29b
2   mkDerivation, lib,
3   extra-cmake-modules, kdoctools,
4   karchive, ki18n, kio, perl, python3, php, qttools,
5   kdbusaddons
6 }:
8 mkDerivation {
9   pname = "kcachegrind";
10   meta = {
11     homepage = "https://apps.kde.org/kcachegrind/";
12     description = "Profiler frontend";
13     license = with lib.licenses; [ gpl2 ];
14     maintainers = with lib.maintainers; [ orivej ];
15   };
16   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
17   buildInputs = [ karchive ki18n kio perl python3 php qttools kdbusaddons ];