gnu: cmatrix: Use INVOKE.
* gnu/packages/games.scm (cmatrix)[arguments]: Use INVOKE.
This commit is contained in:
parent
482bdf2522
commit
a4aca0b88c
|
@ -1363,9 +1363,8 @@ a C library, so they can easily be integrated into other programs.")
|
||||||
;; variables passed as arguments.
|
;; variables passed as arguments.
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(setenv "CONFIG_SHELL" (which "bash"))
|
(setenv "CONFIG_SHELL" (which "bash"))
|
||||||
(zero?
|
(invoke "./configure"
|
||||||
(system* "./configure"
|
(string-append "--prefix=" out))))))))
|
||||||
(string-append "--prefix=" out)))))))))
|
|
||||||
(inputs `(("ncurses" ,ncurses)))
|
(inputs `(("ncurses" ,ncurses)))
|
||||||
(home-page "http://www.asty.org/cmatrix")
|
(home-page "http://www.asty.org/cmatrix")
|
||||||
(synopsis "Simulate the display from \"The Matrix\"")
|
(synopsis "Simulate the display from \"The Matrix\"")
|
||||||
|
|
Loading…
Reference in New Issue