8 pname = "inkscape-applytransforms";
9 version = "0.pre+unstable=2021-05-11";
11 src = fetchFromGitHub {
13 repo = "inkscape-applytransforms";
14 rev = "5b3ed4af0fb66e399e686fc2b649b56db84f6042";
15 sha256 = "XWwkuw+Um/cflRWjIeIgQUxJLrk2DLDmx7K+pMWvIlI=";
20 python3.pkgs.pytestCheckHook
30 install -Dt "$out/share/inkscape/extensions" *.inx *.py
36 description = "Inkscape extension which removes all matrix transforms by applying them recursively to shapes";
37 homepage = "https://github.com/Klowner/inkscape-applytransforms";
38 license = licenses.gpl2Only;
39 maintainers = with maintainers; [ jtojnar ];
40 platforms = platforms.all;