3 , buildPythonApplication
10 buildPythonApplication rec {
14 src = fetchFromGitHub {
16 sha256 = "1sd9z5n2a4ir35832wgxs68vwav7wxhq39b5h8pq934mp8sl3v2k";
21 propagatedBuildInputs = [ python-dateutil click pyfiglet setuptools ];
24 description = "Starts a countdown to or from TIMESPEC";
25 mainProgram = "termdown";
26 longDescription = "Countdown timer and stopwatch in your terminal";
27 homepage = "https://github.com/trehn/termdown";
28 license = licenses.gpl3;