me
/
guix
Archived
1
0
Fork 0

gnu: grantleetheme: Skip tests.

* gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.
master
Efraim Flashner 2020-12-29 16:32:27 +02:00
parent 9680144d4d
commit afa493c4c7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

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