nixpkgs/pkgs/desktops/kde-4.7/toys/kteatime.nix
Eelco Dolstra 22ab3fe1ab * Start of KDE 4.7. Only kdelibs builds currently.
svn path=/nixpkgs/branches/kde-4.7/; revision=27645
2011-07-07 20:48:51 +00:00

15 lines
270 B
Nix

{ kde, cmake, kdelibs, automoc4 }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 ];
meta = {
description = "KDE utility for making a fine cup of tea";
kde = {
name = "kteatime";
module = "kdetoys";
version = "1.2.1";
};
};
}