nixpkgs/pkgs/applications/graphics/inkscape
Arnout Engelen 4fb94610d9
inkscape: ps and eps import
There are a number of extensions, like the eps import,
that only become available when ps2pdf is available.
https://gitlab.com/inkscape/extensions/-/blob/master/eps_input.inx#L6

This is not so obvious, and this PR adds ghostscript (which provides ps2pdf)
explicitly so those extensions are always available and using a stable
version instead of relying on the PATH.

This will increase the inkscape closure by about 60MB,
which is quite a chunk, but perhaps not too bad on a
total of 1100MB.
2021-02-17 23:16:04 +01:00
..
default.nix inkscape: ps and eps import 2021-02-17 23:16:04 +01:00
extensions.nix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fix-python-paths.patch inkscape: 0.92.5 -> 1.0 2020-07-19 13:10:16 +02:00
with-extensions.nix inkscape: introduce a way to add external extensions 2020-09-10 09:17:49 +02:00