guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 4bbaa11c339e2681e1ad57cf7174814a6ab042ef
Author: Greg Hogan <[email protected]>
AuthorDate: Tue Oct 22 18:09:10 2024 +0000
gnu: kirigami-5: Disable tests.
* gnu/packages/kde-frameworks.scm (kirigami)[arguments]
<#:tests?>: Re-disable tests, which are enabled by BUILD_TESTING.
Change-Id: I37061eff4514cf009208e5d29c60fa6ceecac422
---
gnu/packages/kde-frameworks.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 2ed90b64a9..466b14062f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1296,6 +1296,9 @@ of applications that follow the Kirigami Human Interface
Guidelines.")
(sha256
(base32
"1q69b1qd2qs9hpwgw0y0ig93ag41l50dghribsnqhi0c9aklsn4b"))))
+ (arguments
+ ;; Tests require an OpenGL context
+ (list #:tests? #f))
(native-inputs
(list extra-cmake-modules qttools-5))
(inputs