diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-09 12:49:37 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-09 17:03:55 +0200 |
commit | 135ad8988a94bf4ec14a83f20938a95ca7767106 (patch) | |
tree | 99df0b44c49420076f22e6e9f9ef19e2a361a6bc /gnu/local.mk | |
parent | fc398e1a741f0074b6043f8f525b695dd0f071ee (diff) | |
download | guix-135ad8988a94bf4ec14a83f20938a95ca7767106.tar.gz |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a74c714475..faf2e35003 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1305,6 +1305,7 @@ dist_patch_DATA = \ %D%/packages/patches/imagemagick-ReadDCMImage-fix.patch \ %D%/packages/patches/imagemagick-ReadDCMPixels-fix.patch \ %D%/packages/patches/imagemagick-WriteTHUMBNAILImage-fix.patch \ + %D%/packages/patches/inkscape-poppler-compat.patch \ %D%/packages/patches/instead-use-games-path.patch \ %D%/packages/patches/intel-xed-fix-nondeterminism.patch \ %D%/packages/patches/intltool-perl-compatibility.patch \ |