From 00ec9e3414562bdd8fcc0ff83a4167e4ee91b9ff Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 16 Dec 2021 21:52:33 +0100 Subject: gnu: rtv: Disable sanity check. * gnu/packages/syndication.scm (rtv)[arguments]: Delete phase. --- gnu/packages/syndication.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/syndication.scm') diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 04380b10c0..0c6d860f72 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -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 -- cgit v1.2.3