From bb636865266a082713b73b59d90e4e6973f5c7ad Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 29 Dec 2025 09:48:29 +0100 Subject: [PATCH] inkscape: Fix Raster extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- pkgs/applications/graphics/inkscape/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index f8c18f091a2d..a54fc5d1685c 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/pkgs/applications/graphics/inkscape/default.nix @@ -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