nixpkgs/pkgs/desktops/kde-4.7/sdk/kstartperf.nix

16 lines
366 B
Nix
Raw Normal View History

{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, libtool }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi libtool ];
meta = {
description = "Measures start up time of a KDE application";
kde = {
name = "kstartperf";
module = "kdesdk";
version = "1.0";
versionFile = "kstartperf.cpp";
};
};
}