gnu: nyx: Return #t from all phases.
* gnu/packages/video.scm (nyx)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
1e501ffeaa
commit
4e3a72d9c5
|
@ -294,7 +294,7 @@ from you.")
|
|||
(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/")
|
||||
|
|
Loading…
Reference in New Issue