This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 76f145796f gnu: qt-creator: Update to 18.0.2.
76f145796f is described below
commit 76f145796fd3f6bea654107c537c1a0dae460784
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Mar 2 14:38:23 2026 +0900
gnu: qt-creator: Update to 18.0.2.
* gnu/packages/qt.scm (qt-creator): Update to 18.0.2.
[#:configure-flags]: Add -DBUILD_EXECUTABLE_CMDBRIDGE=OFF.
[#:phases] {check}: Reinstate 'tst_process' test.
Change-Id: Ia2207c7e91493dec9d32f9915f6ed6c80fad725c
---
gnu/packages/qt.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index e7598103ec..2b3a211480 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -6588,7 +6588,7 @@ including @i{fix-its} for automatic refactoring.")
(define-public qt-creator
(package
(name "qt-creator")
- (version "17.0.1")
+ (version "18.0.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -6612,7 +6612,7 @@ including @i{fix-its} for automatic refactoring.")
(const #t)))))
(sha256
(base32
- "1w4jh49v2qax6wxc2d415znkgwfkib08agj205v53ldfp4j7yr1v"))))
+ "13v9ysaaiyccz6anjva7mlifgls013c3s0n5gm443w6v4ssrjdz7"))))
(outputs '("out" "debug"))
(build-system qt-build-system)
(arguments
@@ -6621,6 +6621,7 @@ including @i{fix-its} for automatic refactoring.")
#:configure-flags
#~(list "-DWITH_DOCS=ON"
"-DBUILD_DEVELOPER_DOCS=ON"
+ "-DBUILD_EXECUTABLE_CMDBRIDGE=OFF" ;requires Go libraries
"-DCMAKE_VERBOSE_MAKEFILE=ON"
"-DCLANGTOOLING_LINK_CLANG_DYLIB=ON"
"-DWITH_TESTS=ON"
@@ -6702,12 +6703,7 @@ including @i{fix-its} for automatic refactoring.")
(list
;; The performance data tests require external
;; data.
- "tst_perfdata"
- ;; This test relies on counting processes, counts
- ;; only 0 of them instead of 5 for unknown reasons
- ;; (see:
- ;;
https://bugreports.qt.io/browse/QTCREATORBUG-29495).
- "tst_process") "|")
+ "tst_perfdata") "|")
")")))))
(add-after 'qt-wrap 'wrap-bin
;; Make a few well-integrated tools readily available.