guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: qtwebengine: Build with clang-15.


From: guix-commits
Subject: 02/02: gnu: qtwebengine: Build with clang-15.
Date: Thu, 25 Jan 2024 05:23:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit eb3d1d65eba3612f4dfb253b7857214f40e943c7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 25 12:17:32 2024 +0200

    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
---
 gnu/packages/qt.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 3e84e7a416..a8244d1d1e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]