4 buildPythonApplication,
11 buildPythonApplication rec {
15 src = fetchFromGitHub {
17 sha256 = "1sd9z5n2a4ir35832wgxs68vwav7wxhq39b5h8pq934mp8sl3v2k";
22 propagatedBuildInputs = [
30 description = "Starts a countdown to or from TIMESPEC";
31 mainProgram = "termdown";
32 longDescription = "Countdown timer and stopwatch in your terminal";
33 homepage = "https://github.com/trehn/termdown";
34 license = licenses.gpl3;