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