10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-XGg3oT7MGQOqt6VFNTMSBJ3+3+UQU2KtOo2dIHhx7HE=";
26 preCheck = "export PATH=$PATH:$out/bin";
32 pythonImportsCheck = [ "ansi2html" ];
35 description = "Convert text with ANSI color codes to HTML";
36 mainProgram = "ansi2html";
37 homepage = "https://github.com/ralphbean/ansi2html";
38 license = licenses.lgpl3Plus;
39 maintainers = with maintainers; [ davidtwco ];