1 { lib, buildPythonApplication, fetchPypi, isPy3k, blessings, docopt }:
3 buildPythonApplication rec {
10 sha256 = "1agcjg6kmcyvk834xd2j60mi349qi9iw3dc2vwpd7pqwq1daq3gi";
13 propagatedBuildInputs = [ blessings docopt ];
16 homepage = "https://github.com/tartley/cbeams";
17 description = "Command-line program to draw animated colored circles in the terminal";
18 license = licenses.bsd3;
19 maintainers = with maintainers; [ oxzi ];