~ruther/guix-local

eb3d1d65eba3612f4dfb253b7857214f40e943c7 — Efraim Flashner 2 years ago f396873
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
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +3 -3
@@ 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 @@ linux/libcurl_wrapper.h"
     (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)))