gnu: onionshare: Update phase style.

* gnu/packages/tor.scm (onionshare)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with #t.
master
Tobias Geerinckx-Rice 2018-03-01 16:31:06 +01:00
parent fbb0164a5f
commit 68e7632db0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 1 deletions

View File

@ -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