From 0d67586a7a0c223b9ab5ff7ed610a15aebe694b7 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 8 Mar 2026 11:28:22 +0100 Subject: [PATCH] gnu: Fix build of qtbase on non-privileged daemons. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/qt.scm (qtbase)[#:phases]: 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 e53616cdca..100ff79abb 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1193,7 +1193,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