summaryrefslogtreecommitdiff
path: root/gnu/packages/inkscape.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-09-09 12:49:37 +0200
committerMarius Bakke <marius@gnu.org>2022-09-09 17:03:55 +0200
commit135ad8988a94bf4ec14a83f20938a95ca7767106 (patch)
tree99df0b44c49420076f22e6e9f9ef19e2a361a6bc /gnu/packages/inkscape.scm
parentfc398e1a741f0074b6043f8f525b695dd0f071ee (diff)
gnu: inkscape: Fix build with Poppler 22.9.0.
This fixes a regression introduced in c37a31e9abbc54d284096e4684f6dc2e094dbd7d. * gnu/packages/patches/inkscape-poppler-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/inkscape.scm (inkscape/stable)[source](patches): New field.
Diffstat (limited to 'gnu/packages/inkscape.scm')
-rw-r--r--gnu/packages/inkscape.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 0342d4c56d..ba9ef8b1d1 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -68,6 +68,7 @@
(uri (string-append "https://media.inkscape.org/dl/"
"resources/file/"
"inkscape-" version ".tar.xz"))
+ (patches (search-patches "inkscape-poppler-compat.patch"))
(sha256
(base32 "06scilds4p4bw337ss22nfdxy2kynv5yjw6vq6nlpjm7xfh7vkj6"))
(modules '((guix build utils)