2 , buildPythonApplication
10 buildPythonApplication rec {
14 src = fetchFromGitHub {
18 sha256 = "0yhc0630rmcx4ia9y6klpx002mavfmqf1s3jb2gz54jlccwqbfgl";
21 propagatedBuildInputs = [
31 pythonImportsCheck = [ "past_time" ];
34 description = "Tool to visualize the progress of the year based on the past days";
35 homepage = "https://github.com/fabaff/past-time";
36 license = with licenses; [ asl20 ];
37 maintainers = with maintainers; [ fab ];