summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/toys/kteatime.nix
blob: 54550d8f270b15d22822b5c4c354411ea2dab2e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ 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";
    };
  };
}