diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-10 19:43:05 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-11 00:21:11 +0200 |
commit | 88f976d1604e229c47ecfc16e0c95a36817d5043 (patch) | |
tree | c127406086e1abc6ec2ac345d36a247d501fc18e /gnu/packages/qt.scm | |
parent | d8d4b81147df59542385a79191eb51e3568ae309 (diff) |
gnu: qtwayland: Fix build with GCC 11.
* gnu/packages/patches/qtwayland-gcc-11.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/qt.scm (qtwayland)[source](patches): New field.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 7d0f1b4971..be6665a57f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1456,6 +1456,7 @@ set of plugins for interacting with pulseaudio and GStreamer.") (source (origin (method url-fetch) (uri (qt5-urls name version)) + (patches (search-patches "qtwayland-gcc-11.patch")) (sha256 (base32 "1ddfx4nak16xx0zh1kl836zxvpbixmmjyplsmfmg65pqkwi34dqr")))) |