gnu: onionshare: Update phase style.
* gnu/packages/tor.scm (onionshare)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
This commit is contained in:
parent
fbb0164a5f
commit
68e7632db0
1 changed files with 3 additions and 1 deletions
|
@ -231,7 +231,9 @@ (define-public onionshare
|
||||||
;; After all the patching we run the tests after installing.
|
;; After all the patching we run the tests after installing.
|
||||||
;; This is also a known issue:
|
;; This is also a known issue:
|
||||||
;; https://github.com/micahflee/onionshare/issues/284
|
;; https://github.com/micahflee/onionshare/issues/284
|
||||||
(lambda _ (zero? (system* "nosetests" "test")))))))
|
(lambda _
|
||||||
|
(invoke "nosetests" "test")
|
||||||
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue