1 { lib, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = python3Packages.fetchPypi {
9 sha256 = "1vk5kn8w3zf2ymi76l8cpwmvvavkmh3b9lb18xw3x1vzbmhz2f7d";
12 propagatedBuildInputs = with python3Packages; [ lxml pyte wcwidth ];
15 homepage = "https://nbedos.github.io/termtosvg/";
16 description = "Record terminal sessions as SVG animations";
17 license = licenses.bsd3;
18 maintainers = with maintainers; [ ];