inkscape: Fix Raster extensions
Inkscape currently requires ImageMagick < 7: https://gitlab.com/inkscape/inkscape/-/issues/1294 Let’s switch to GraphicsMagic, which still ships the old API, for now. This is required for the Raster extensions.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
gtkmm3,
|
||||
gtksourceview4,
|
||||
gdk-pixbuf,
|
||||
imagemagick,
|
||||
graphicsmagick,
|
||||
lcms,
|
||||
lib2geom,
|
||||
libcdr,
|
||||
@@ -149,7 +149,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gsl
|
||||
gtkmm3
|
||||
gtksourceview4
|
||||
imagemagick
|
||||
graphicsmagick
|
||||
lcms
|
||||
lib2geom
|
||||
libcdr
|
||||
|
||||
Reference in New Issue
Block a user