gnu: Fix build of qtbase on non-privileged daemons.

* gnu/packages/qt.scm (qtbase)[#:phases]<check>: Also disable
“tst_qstandardpaths”.
This commit is contained in:
Liliana Marie Prikler
2026-03-08 11:28:22 +01:00
committed by Maxim Cournoyer
parent 5527b670ca
commit f1e8ac3787

View File

@@ -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