mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9721dc1386
commit
1fba79a028
1 changed files with 3 additions and 0 deletions
|
@ -1320,6 +1320,9 @@ of applications that follow the Kirigami Human Interface Guidelines.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q69b1qd2qs9hpwgw0y0ig93ag41l50dghribsnqhi0c9aklsn4b"))))
|
"1q69b1qd2qs9hpwgw0y0ig93ag41l50dghribsnqhi0c9aklsn4b"))))
|
||||||
|
(arguments
|
||||||
|
;; Tests require an OpenGL context
|
||||||
|
(list #:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools-5))
|
(list extra-cmake-modules qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue