mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rtv: Disable sanity check.
* gnu/packages/syndication.scm (rtv)[arguments]: Delete phase.
This commit is contained in:
parent
ee4561b08e
commit
00ec9e3414
1 changed files with 3 additions and 1 deletions
|
@ -424,7 +424,9 @@ (define-public rtv
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue