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

commit bb0d0dc4d0deeb7af97afe5944398922905c0a10
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Jul 28 17:05:52 2025 +0000

    gnu: qtscxml: Fix build.
    
    * gnu/packages/qt.scm (qtscxml)[arguments]<#:test-exclude>: Add failing
    test.
    
    Change-Id: I45c8a788fc408aaf50b514d010857fb741df8516
---
 gnu/packages/qt.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index fd7431914b..d44189ae38 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2831,6 +2831,9 @@ also contains functionality to support data models and 
executable content.")))
                   (delete-file-recursively "tests/3rdparty")))))
     (arguments
      (list
+      ;; This failing test is run by the cmake-build-system
+      ;; but not by the gnu-build-system.
+      #:test-exclude "tst_scion"
       #:phases
       #~(modify-phases %standard-phases
           (delete 'check)               ;move after the install phase

Reply via email to