nixpkgs/pkgs/desktops/kde-4.7/toys/kteatime.nix
Eelco Dolstra e7b76a6db3 * Updated kdetoys.
svn path=/nixpkgs/branches/kde-4.7/; revision=27998
2011-07-29 12:41:31 +00:00

15 lines
294 B
Nix

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