1 { mkDerivation, lib, extra-cmake-modules, kdoctools, ki18n, kio }:
6 homepage = "https://kde.org/applications/en/utilities/org.kde.ktimer";
7 description = "Little tool to execute programs after some time";
8 mainProgram = "ktimer";
9 maintainers = with maintainers; [ freezeboy ];
10 license = licenses.gpl2Plus;
11 platforms = platforms.linux;