inkscape: fix build with Poppler 21.11.0
This commit is contained in:
parent
490b9b0fa0
commit
c4b9851332
@ -81,6 +81,14 @@ stdenv.mkDerivation rec {
|
||||
stripLen = 1;
|
||||
extraPrefix = "share/extensions/";
|
||||
})
|
||||
|
||||
# Fix build with Poppler 21.11.0.
|
||||
# https://gitlab.com/inkscape/inkscape/-/merge_requests/3622
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.com/inkscape/inkscape/-/commit/5724c21b9cb7b6176a7b36ca24068b148c817e82.patch";
|
||||
sha256 = "/1p/Vkes1HuZN0v09Ey4kiT+4zrEaoSXyPAmc4O3sDg=";
|
||||
})
|
||||
|
||||
# Remove mandatory break from end of paragraphs, added in Pango 1.49
|
||||
# https://gitlab.com/inkscape/inkscape/-/merge_requests/3630
|
||||
# TODO: Remove in Inkscape 1.1.2
|
||||
|
Loading…
Reference in New Issue
Block a user