guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c329efa9133416c9958f97014d6b4a4db4bf04de
Author: Maxim Cournoyer <ma...@guixotic.coop>
AuthorDate: Tue Sep 9 13:31:46 2025 +0900

    Revert "gnu: qtwebengine: Build with an older gperf."
    
    This reverts commit 23943b173e24c12949fe7ac7c77128d29c0ca712, which is no
    longer needed.
    
    Change-Id: I76625925bc38f0270e3ec8cf95b6a0fc5cc827d5
---
 gnu/packages/qt.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 24bfd9fb5d..89c81988c8 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015, 2023 Andreas Enge <andr...@enge.fr>
 ;;; Copyright © 2015, 2025 宋文武 <iyzs...@envs.net>
 ;;; Copyright © 2015, 2018, 2019, 2020, 2021, 2023 Ludovic Courtès 
<l...@gnu.org>
-;;; Copyright © 2015-2019, 2024, 2025 Efraim Flashner <efr...@flashner.co.il>
+;;; Copyright © 2015-2019, 2024 Efraim Flashner <efr...@flashner.co.il>
 ;;; Copyright © 2016, 2017 Nikita <nik...@n0.is>
 ;;; Copyright © 2016 Thomas Danckaert <p...@thomasdanckaert.be>
 ;;; Copyright © 2017, 2018, 2019, 2023 Ricardo Wurmus <rek...@elephly.net>
@@ -4128,8 +4128,6 @@ linux/libcurl_wrapper.h"
      (modify-inputs (package-native-inputs qtwebengine-5)
        (delete "python2" "python2-six")
        (replace "node" node-lts)
-       ;; Try with a newer gperf after 6.8.2.
-       (replace "gperf" gperf-3.1)
        (append clang-20
                lld-as-ld-wrapper-18
                python-wrapper

Reply via email to