guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1fba79a02871300ace562fc848e9d688b707000b
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 76326dc871..83edac63b3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1320,6 +1320,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