guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 0982c6e0e2d215604d99881da29099333b07c347
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Mar 8 11:28:22 2026 +0100

    gnu: Fix build of qtbase on non-privileged daemons.
    
    * gnu/packages/qt.scm (qtbase)[#:phases]<check>: Also disable
    “tst_qstandardpaths”.
---
 gnu/packages/qt.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a9bea75af9..cd89531d7b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1191,7 +1191,11 @@ tst_qt_cmake_create.cpp"
                        ;; This test may fail non-deterministically as reported
                        ;; in Guix bug#73233 and upstream at
                        ;; https://bugreports.qt.io/browse/QTBUG-119321.
-                       "tst_qsharedmemory")
+                       "tst_qsharedmemory"
+
+                       ;; This test fails deterministically on a non-privileged
+                       ;; daemon.
+                       "tst_qstandardpaths")
                       #$@(cond
                            ((target-ppc64le?)
                              #~((list

Reply via email to