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

commit 13b1f54be6110671687fc73e3ce414e7f5c84aae
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Jul 28 17:07:24 2025 +0000

    gnu: knewstuff: Fix build.
    
    * gnu/packages/kde-frameworks.scm
    (knewstuff)[arguments]<#:test-exclude>: Add failing test.
    
    Change-Id: Icc33ab414326724d5b33f69f7af8a1df53d85da4
---
 gnu/packages/kde-frameworks.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d4d503306e..d67ea819f3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4184,7 +4184,10 @@ KIO enabled infrastructure.")
            qtdeclarative
            syndication))
     (arguments
-     (list #:phases
+     (list ;; This failing test is run by the cmake-build-system
+           ;; but not by the gnu-build-system.
+           #:test-exclude "knewstuff-atticaprovidertest"
+           #:phases
            #~(modify-phases %standard-phases
                (add-before 'check 'check-setup
                  (lambda _ ; XDG_DATA_DIRS isn't set

Reply via email to