guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: tome4: Use invoke.


From: Oleg Pykhalov
Subject: 01/02: gnu: tome4: Use invoke.
Date: Fri, 22 Jun 2018 22:01:10 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 13a504af9245cf4547e14336de5e220cf655b382
Author: Oleg Pykhalov <address@hidden>
Date:   Sat Jun 23 04:59:27 2018 +0300

    gnu: tome4: Use invoke.
    
    * gnu/packages/games.scm (tome4)[arguments]: Use invoke.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 65def5a..d352e49 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4455,7 +4455,7 @@ Crowther & Woods, its original authors, in 1995.  It has 
been known as
        #:phases (modify-phases %standard-phases
                   (replace 'configure
                     (lambda _
-                      (zero? (system* "premake4" "gmake"))
+                      (invoke "premake4" "gmake")
                       #t))
                   (add-after 'set-paths 'set-sdl-paths
                     (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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