12 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-5SOUvrK83ff1x4MTVoJy68OaDmZUfrEwraEWmPMJKTA=";
41 nativeCheckInputs = [ pytestCheckHook ];
43 pythonImportsCheck = [ "svg2tikz" ];
46 changelog = "https://github.com/xyz2tex/svg2tikz/blob/${src.rev}/CHANGELOG.md";
47 homepage = "https://github.com/xyz2tex/svg2tikz";
48 description = "Set of tools for converting SVG graphics to TikZ/PGF code";
49 license = licenses.gpl2Plus;
50 maintainers = with maintainers; [