gnu: grantleetheme: Skip tests.
* gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.master
parent
9680144d4d
commit
afa493c4c7
|
@ -125,6 +125,7 @@ This package contains GUI widgets for baloo.")
|
||||||
(base32 "0gabc5cb0sf00s7m5v2jnq55qsrdbrq6nqd15y1i15p788zifsjx"))
|
(base32 "0gabc5cb0sf00s7m5v2jnq55qsrdbrq6nqd15y1i15p788zifsjx"))
|
||||||
(patches (search-patches "grantlee-merge-theme-dirs.patch"))))
|
(patches (search-patches "grantlee-merge-theme-dirs.patch"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments `(#:tests? #f)) ; unexpected error in the test suite.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("libxml2" ,libxml2))) ;; xmllint required for tests
|
("libxml2" ,libxml2))) ;; xmllint required for tests
|
||||||
|
|
Reference in New Issue