guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 6bd2809e35f9f31637f0156c402d3cf3540ce8ea
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Sep 4 18:05:02 2025 +0200
[WORKAROUND] qtbase: Skip tst_qstandardpaths.
* gnu/packages/qt.scm (qtbase)[#:phases]<check>: Also skip
“tst_qstandardpaths”.
---
gnu/packages/qt.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 0ab006f1b7..7aca3d8d7a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1097,6 +1097,9 @@ tst_qt_cmake_create.cpp"
;; "/home", "/etc" or "/root" and fail.
"tst_qcompleter"
"tst_qfiledialog"
+ ;; When using non-root daemon, the
environment:wrong-owner
+ ;; subtest fails.
+ "tst_qstandardpaths"
;; The following tests fail with: "Generation of UI
;; files were triggered in the second build", but could
;; pass in `guix shell --container`.