inkscape: Fix build with glib 2.68
This commit is contained in:
parent
14a1fc1e4b
commit
1a7ac9640a
@ -5,6 +5,7 @@
|
|||||||
, cmake
|
, cmake
|
||||||
, double-conversion
|
, double-conversion
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, gettext
|
, gettext
|
||||||
, gdl
|
, gdl
|
||||||
, ghostscript
|
, ghostscript
|
||||||
@ -71,6 +72,13 @@ stdenv.mkDerivation rec {
|
|||||||
# e.g., those from the "Effects" menu.
|
# e.g., those from the "Effects" menu.
|
||||||
python3 = "${python3Env}/bin/python";
|
python3 = "${python3Env}/bin/python";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Fix build with glib 2.68
|
||||||
|
# https://gitlab.com/inkscape/inkscape/-/merge_requests/2790
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.com/inkscape/inkscape/-/commit/eb24388f1730918edd9565d9e5d09340ec0b3b08.patch";
|
||||||
|
sha256 = "d2FHRWcOzi0Vsr6t0MuLu3rWpvhFKuuvoXd4/NKUSJI=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user