me
/
guix
Archived
1
0
Fork 0

gnu: rtv: Disable sanity check.

* gnu/packages/syndication.scm (rtv)[arguments]: Delete phase.
master
Marius Bakke 2021-12-16 21:52:33 +01:00
parent ee4561b08e
commit 00ec9e3414
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 1 deletions

View File

@ -424,7 +424,9 @@ a simple interface that makes it easy to organize and browse feeds.")
(setenv "HOME" (getcwd))
(setenv "TERM" "linux")
(setenv "TERMINFO"
(search-input-directory inputs "share/terminfo")))))
(search-input-directory inputs "share/terminfo"))))
;; Loading this as a library requires a controlling terminal, etc.
(delete 'sanity-check))
#:tests? #f)) ; tests fail: _curses.error: nocbreak() returned ERR
(propagated-inputs
(list python-beautifulsoup4 python-decorator python-kitchen