nixpkgs/pkgs/desktops/kde-4.5/toys/kteatime.nix

15 lines
270 B
Nix
Raw Normal View History

{ 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";
};
};
}