15 , gobject-introspection
22 inherit (inkscape) version;
26 inherit (inkscape) src;
32 propagatedBuildInputs = [
40 pythonImportsCheck = [ "inkex" ];
56 "test_extract_multiple"
61 # Fatal Python error: Segmentation fault
62 "tests/test_inkex_gui.py"
63 "tests/test_inkex_gui_listview.py"
64 "tests/test_inkex_gui_window.py"
65 # Failed to find pixmap 'image-missing' in /build/source/tests/data/
66 "tests/test_inkex_gui_pixmaps.py"
72 substituteInPlace pyproject.toml \
73 --replace-fail 'scour = "^0.37"' 'scour = ">=0.37"' \
74 --replace-fail 'lxml = "^4.5.0"' 'lxml = "^4.5.0 || ^5.0.0"'
78 description = "Library for manipulating SVG documents which is the basis for Inkscape extensions";
79 homepage = "https://gitlab.com/inkscape/extensions";
80 license = lib.licenses.gpl2Plus;
81 maintainers = with lib.maintainers; [ dotlambda ];