summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdetoys/kteatime.nix
blob: dacf54def4b0cb1ffc2e0d83e187535aa1a64e1e (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "KDE utility for making a fine cup of tea";
  };
}