diff options
author | Leo Famulari <leo@famulari.name> | 2021-08-10 15:23:53 -0400 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-08-28 18:08:30 +0200 |
commit | f5fda6eeab2c27751a81857579b28aaf12a23318 (patch) | |
tree | cb269b9c6e4c65afe8c82759512e8bffdd4e5b48 /gnu/local.mk | |
parent | 0e6efd2c4a7528b7d0c0370e28258f5cbcf88d22 (diff) | |
download | guix-f5fda6eeab2c27751a81857579b28aaf12a23318.tar.gz guix-f5fda6eeab2c27751a81857579b28aaf12a23318.zip |
gnu: QtWebKit: Fix building with Python 3.9.
* gnu/packages/patches/qtwebkit-fix-building-with-python-3.9.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 11b002b66e..c620c068ee 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1657,6 +1657,7 @@ dist_patch_DATA = \ %D%/packages/patches/quassel-qt-514-compat.patch \ %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/randomjungle-disable-static-build.patch \ %D%/packages/patches/rapicorn-isnan.patch \ %D%/packages/patches/rapidjson-gcc-compat.patch \ |