guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/17: gnu: cmatrix: Use INVOKE.


From: guix-commits
Subject: 16/17: gnu: cmatrix: Use INVOKE.
Date: Sat, 26 Jan 2019 10:34:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a4aca0b88cacad59373435385e4ed78dc451f197
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 26 14:58:02 2019 +0100

    gnu: cmatrix: Use INVOKE.
    
    * gnu/packages/games.scm (cmatrix)[arguments]: Use INVOKE.
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1c9be1b..9c78230 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1363,9 +1363,8 @@ a C library, so they can easily be integrated into other 
programs.")
              ;; variables passed as arguments.
              (let ((out (assoc-ref outputs "out")))
                (setenv "CONFIG_SHELL" (which "bash"))
-               (zero?
-                (system* "./configure"
-                         (string-append "--prefix=" out)))))))))
+               (invoke "./configure"
+                       (string-append "--prefix=" out))))))))
     (inputs `(("ncurses" ,ncurses)))
     (home-page "http://www.asty.org/cmatrix";)
     (synopsis "Simulate the display from \"The Matrix\"")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]