From 9bf31eaba05c0d7796f076662fb58c2e5ae82df4 Mon Sep 17 00:00:00 2001 From: tuxcoder Date: Sat, 13 Apr 2024 02:22:19 +0200 Subject: [PATCH] inkscape: fix path patch fix a bug introduced in 0db4b9956990c9394006214042f31da9f00244d7 by missing the change from `path` to `absolute` for the `location` argument --- pkgs/applications/graphics/inkscape/fix-ps2pdf-path.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/inkscape/fix-ps2pdf-path.patch b/pkgs/applications/graphics/inkscape/fix-ps2pdf-path.patch index 9cd8e4b34cb59..0a28533591e1e 100644 --- a/pkgs/applications/graphics/inkscape/fix-ps2pdf-path.patch +++ b/pkgs/applications/graphics/inkscape/fix-ps2pdf-path.patch @@ -6,7 +6,7 @@ diff -Naur inkscape-1.2.2_2022-12-01_b0a8486541.orig/share/extensions/eps_input. org.inkscape.input.eps org.inkscape.input.pdf - ps2pdf -+ @ghostscript@/bin/ps2pdf ++ @ghostscript@/bin/ps2pdf true @@ -18,7 +18,7 @@ diff -Naur inkscape-1.2.2_2022-12-01_b0a8486541.orig/share/extensions/ps_input.i org.inkscape.input.postscript_input org.inkscape.input.pdf - ps2pdf -+ @ghostscript@/bin/ps2pdf ++ @ghostscript@/bin/ps2pdf