gnu: qtwebengine: Build with clang-15.

* gnu/packages/qt.scm (qtwebengine)[native-inputs]: Replace clang-14
with clang-15, lld-as-ld-wrapper with lld-as-ld-wrapper-15.

Change-Id: Iefecc519d5bf1edc968225454339656af4592170
This commit is contained in:
Efraim Flashner 2024-01-25 12:17:32 +02:00
parent f396873dde
commit eb3d1d65eb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2,7 +2,7 @@
;;; Copyright © 2013, 2014, 2015, 2023 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2015, 2018, 2019, 2020, 2021, 2023 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015-2019, 2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017, 2018, 2019, 2023 Ricardo Wurmus <rekado@elephly.net>
@ -3404,8 +3404,8 @@ (define-public qtwebengine
(modify-inputs (package-native-inputs qtwebengine-5)
(delete "python2" "python2-six")
(replace "node" node-lts)
(append clang-14
lld-as-ld-wrapper
(append clang-15
lld-as-ld-wrapper-15
python-wrapper
python-beautifulsoup4
python-html5lib)))