guix-patches
[Top][All Lists]
Advanced

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

[bug#44074] [PATCH] gnu: visidata: Update to 2.0.1.


From: Ludovic Courtès
Subject: [bug#44074] [PATCH] gnu: visidata: Update to 2.0.1.
Date: Wed, 21 Oct 2020 19:13:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Arf, forgot the diff:

diff --git a/gnu/packages/visidata.scm b/gnu/packages/visidata.scm
index 667aea172e..6ba2939b4f 100644
--- a/gnu/packages/visidata.scm
+++ b/gnu/packages/visidata.scm
@@ -45,7 +45,7 @@
        (modify-phases %standard-phases
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
-             (if tests? (invoke "pytest"))
+             (when tests? (invoke "pytest"))
              #t)))))
     (inputs
      `(("dateutil" ,python-dateutil)

reply via email to

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