mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue