inkscape: Fix build with libxml2 2.12
This commit is contained in:
parent
a3e53d17b6
commit
12afad98bc
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
, cmake
|
, cmake
|
||||||
, desktopToDarwinBundle
|
, desktopToDarwinBundle
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, gettext
|
, gettext
|
||||||
, ghostscript
|
, ghostscript
|
||||||
, glib
|
, glib
|
||||||
|
@ -92,6 +93,13 @@ stdenv.mkDerivation rec {
|
||||||
src = ./fix-ps2pdf-path.patch;
|
src = ./fix-ps2pdf-path.patch;
|
||||||
inherit ghostscript;
|
inherit ghostscript;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Fix build with libxml2 2.12
|
||||||
|
# https://gitlab.com/inkscape/inkscape/-/merge_requests/6089
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.com/inkscape/inkscape/-/commit/694d8ae43d06efff21adebf377ce614d660b24cd.patch";
|
||||||
|
hash = "sha256-9IXJzpZbNU5fnt7XKgqCzUDrwr08qxGwo8TqnL+xc6E=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue