lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

inkscape: fix for Poppler 22.09

authored by

Yannik Rödel and committed by
Jan Tojnar
085e1f9e ca9eb8ee

+7
+7
pkgs/applications/graphics/inkscape/default.nix
··· 5 5 , cairo 6 6 , cmake 7 7 , fetchurl 8 + , fetchpatch 8 9 , gettext 9 10 , ghostscript 10 11 , glib ··· 77 78 # Python is used at run-time to execute scripts, 78 79 # e.g., those from the "Effects" menu. 79 80 python3 = "${python3Env}/bin/python"; 81 + }) 82 + 83 + # Fix build with Poppler 22.09 84 + (fetchpatch { 85 + url = "https://github.com/archlinux/svntogit-packages/raw/b2f65dfb60ae0c8cd6cd9affd3d71064082a6201/trunk/inkscape-1.2.1-poppler-22.09.0.patch"; 86 + sha256 = "pArvsS/qoCTMAisF8yj3agZKrb90zRFZkck1TX0KeGc="; 80 87 }) 81 88 ]; 82 89