mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: grantleetheme: Skip tests.
* gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.
This commit is contained in:
parent
9680144d4d
commit
afa493c4c7
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ (define-public grantleetheme
|
|||
(base32 "0gabc5cb0sf00s7m5v2jnq55qsrdbrq6nqd15y1i15p788zifsjx"))
|
||||
(patches (search-patches "grantlee-merge-theme-dirs.patch"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments `(#:tests? #f)) ; unexpected error in the test suite.
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("libxml2" ,libxml2))) ;; xmllint required for tests
|
||||
|
|
Loading…
Reference in a new issue