summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-08-11 00:23:02 -0400
committerGuillaume Le Vaillant <glv@posteo.net>2021-08-28 18:08:30 +0200
commite3b037392a0d33b72f1c5e87b84f14ec92c04242 (patch)
treeb7a997192b91a05f66d754e100b8418e0615fc58 /gnu/local.mk
parentfc137ffe099a2cad8121bd04523206afddc47f40 (diff)
downloadguix-patches-e3b037392a0d33b72f1c5e87b84f14ec92c04242.tar
guix-patches-e3b037392a0d33b72f1c5e87b84f14ec92c04242.tar.gz
gnu: QtWebKit: Fix building with glib 2.68.
* gnu/packages/patches/qtwebkit-fix-building-with-glib-2.68.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qtwebkit)[source]: Use it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 47d725d90d..7d91538b9b 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1659,6 +1659,7 @@ dist_patch_DATA = \
%D%/packages/patches/qtwebkit-pbutils-include.patch \
%D%/packages/patches/qtwebkit-fix-building-with-python-3.9.patch \
%D%/packages/patches/qtwebkit-fix-building-with-icu-68.patch \
+ %D%/packages/patches/qtwebkit-fix-building-with-glib-2.68.patch \
%D%/packages/patches/randomjungle-disable-static-build.patch \
%D%/packages/patches/rapicorn-isnan.patch \
%D%/packages/patches/rapidjson-gcc-compat.patch \