diff options
author | Leo Famulari <leo@famulari.name> | 2021-08-10 18:02:42 -0400 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-08-28 18:08:30 +0200 |
commit | fc137ffe099a2cad8121bd04523206afddc47f40 (patch) | |
tree | bd90b5ee6d0f7f59117a9c02991f9093bec86496 /gnu/local.mk | |
parent | f5fda6eeab2c27751a81857579b28aaf12a23318 (diff) | |
download | guix-fc137ffe099a2cad8121bd04523206afddc47f40.tar.gz guix-fc137ffe099a2cad8121bd04523206afddc47f40.zip |
gnu: QtWebKit: Fix building with ICU 68.
* gnu/packages/patches/qtwebkit-fix-building-with-icu-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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c620c068ee..47d725d90d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1658,6 +1658,7 @@ dist_patch_DATA = \ %D%/packages/patches/quickswitch-fix-dmenu-check.patch \ %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/randomjungle-disable-static-build.patch \ %D%/packages/patches/rapicorn-isnan.patch \ %D%/packages/patches/rapidjson-gcc-compat.patch \ |