gnu: kiki: Use INVOKE.

* gnu/packages/games.scm (kiki)[arguments]: Use INVOKE.
master
Ricardo Wurmus 2019-01-26 21:58:59 +01:00
parent 369a91d931
commit ff61aee8f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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