about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kdesdk/kstartperf.nix
blob: 0c8259cd31f5bacfd5d0487e3b6eaf66ba4ed1e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs, libtool }:

kde {
  buildInputs = [ kdelibs libtool ];

  meta = {
    description = "Measures start up time of a KDE application";
  };
}