about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/sdk/kprofilemethod.nix
blob: 87fa775b0e0c4ad863f3f429bf88a27b310bf8f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ kde, cmake, kdelibs, automoc4 }:

kde.package {
  buildInputs = [ cmake kdelibs automoc4 ];

  patches = [ ./optional-docs.diff ];

  meta = {
    description = "A macros for profiling using QTime";
    longDescription = "Don't commit any code using kprofilemethod.h to KDE repositories.";
    kde = {
      name = "kprofilemethod";
      module = "kdesdk";
      version = "4.5.1";
    };
  };
}