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
This commit is contained in:
Greg Hogan 2024-10-22 18:09:10 +00:00
parent 9721dc1386
commit 1fba79a028
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -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