gnu: nyx: Return #t from all phases.

* gnu/packages/video.scm (nyx)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-21 19:49:57 +02:00
parent 1e501ffeaa
commit 4e3a72d9c5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -294,7 +294,7 @@ (define-public nyx
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "./run_tests.py" "--unit")))))))
(invoke "./run_tests.py" "--unit"))))))
;; A Nyx home page is being worked on. Use Arm's for now, which at
;; least mentions the new source repository:
(home-page "http://www.atagar.com/arm/")