~ruther/guix-local

68e7632db052105b70704cd2c1cc42a568e9bf4a — Tobias Geerinckx-Rice 8 years ago fbb0164
gnu: onionshare: Update phase style.

* gnu/packages/tor.scm (onionshare)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with #t.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/tor.scm
M gnu/packages/tor.scm => gnu/packages/tor.scm +3 -1
@@ 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