mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
f396873dde
commit
eb3d1d65eb
1 changed files with 3 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue