mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: kiki: Use INVOKE.
* gnu/packages/games.scm (kiki)[arguments]: Use INVOKE.
This commit is contained in:
parent
369a91d931
commit
ff61aee8f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue