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

commit 4102b4939ef6d20d22fb37c5bee3d4612e944a4a
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 7ebfe4ba59..213a141dd2 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1231,7 +1231,11 @@ tst_qt_cmake_create.cpp"
 
                        ;; One of the finicky tests, see
                        ;; https://codeberg.org/guix/guix/issues/7545
-                       "tst_qlatin1stringmatcher")
+                       "tst_qlatin1stringmatcher"
+
+                       ;; This test fails deterministically on a non-privileged
+                       ;; daemon.
+                       "tst_qstandardpaths")
                       #$@(cond
                            ((target-ppc64le?)
                              #~((list

Reply via email to