guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: kiki: Use INVOKE.


From: guix-commits
Subject: 02/02: gnu: kiki: Use INVOKE.
Date: Sat, 26 Jan 2019 15:59:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ff61aee8f7a03fb7310b03d4eee185b9e1bfdb23
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 26 21:58:59 2019 +0100

    gnu: kiki: Use INVOKE.
    
    * gnu/packages/games.scm (kiki)[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 edd7a1d..80f204c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4112,7 +4112,7 @@ over 100 user-created campaigns.")
          (add-before 'build 'build-kodilib
            (lambda* (#:key make-flags #:allow-other-keys)
              (with-directory-excursion "kodilib/linux"
-               (zero? (apply system* "make" make-flags)))))
+               (apply invoke "make" make-flags))))
          (add-after 'build-kodilib 'chdir
            (lambda _ (chdir "linux") #t))
          (replace 'install



reply via email to

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