guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: onionshare: Update phase style.


From: Tobias Geerinckx-Rice
Subject: 08/12: gnu: onionshare: Update phase style.
Date: Thu, 1 Mar 2018 16:21:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 68e7632db052105b70704cd2c1cc42a568e9bf4a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 1 16:31:06 2018 +0100

    gnu: onionshare: Update phase style.
    
    * gnu/packages/tor.scm (onionshare)[arguments]: Substitute INVOKE for
    SYSTEM* and end phase with #t.
---
 gnu/packages/tor.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index f598672..50295da 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -231,7 +231,9 @@ networks.")
            ;; After all the patching we run the tests after installing.
            ;; This is also a known issue:
            ;; https://github.com/micahflee/onionshare/issues/284
-           (lambda _ (zero? (system* "nosetests" "test")))))))
+           (lambda _
+             (invoke "nosetests" "test")
+             #t)))))
     (native-inputs
      `(("python-nose" ,python-nose)))
     (inputs



reply via email to

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