gnu: python-py3status: Disable tests.

* gnu/packages/python.scm (python-py3status)[arguments]: Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-15 19:09:18 +01:00
parent 810f89839c
commit 8653c1d557
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -9975,6 +9975,8 @@ to occurences in strings and comments.")
(base32 (base32
"0i283z1pivmir61z8kbiycigc94l61v33ygzkhczf1ifq7cppyds")))) "0i283z1pivmir61z8kbiycigc94l61v33ygzkhczf1ifq7cppyds"))))
(build-system python-build-system) (build-system python-build-system)
(arguments
'(#:tests? #f)) ; TODO: Requires many libraries not in Guix.
(home-page "https://github.com/ultrabug/py3status") (home-page "https://github.com/ultrabug/py3status")
(synopsis "Extensible i3status wrapper written in Python") (synopsis "Extensible i3status wrapper written in Python")
(description "py3status is an i3status wrapper which extends i3status (description "py3status is an i3status wrapper which extends i3status