guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: rtv: Disable sanity check.


From: guix-commits
Subject: 13/13: gnu: rtv: Disable sanity check.
Date: Thu, 16 Dec 2021 16:23:15 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 00ec9e3414562bdd8fcc0ff83a4167e4ee91b9ff
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 16 21:52:33 2021 +0100

    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(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 04380b1..0c6d860 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]