mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -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 "HOME" (getcwd))
|
||||||
(setenv "TERM" "linux")
|
(setenv "TERM" "linux")
|
||||||
(setenv "TERMINFO"
|
(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
|
#:tests? #f)) ; tests fail: _curses.error: nocbreak() returned ERR
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-beautifulsoup4 python-decorator python-kitchen
|
(list python-beautifulsoup4 python-decorator python-kitchen
|
||||||
|
|
Loading…
Reference in a new issue