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

15 lines
294 B
Nix
Raw Normal View History

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