From 6bd2809e35f9f31637f0156c402d3cf3540ce8ea Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 4 Sep 2025 18:05:02 +0200 Subject: [PATCH] [WORKAROUND] qtbase: Skip tst_qstandardpaths. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/qt.scm (qtbase)[#:phases]: 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 0ab006f1b7c..7aca3d8d7af 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`.