gnu: open-adventure: Use INVOKE.

* gnu/packages/games.scm (open-adventure)[arguments]: Use INVOKE.
master
Ricardo Wurmus 2019-03-26 20:21:40 +01:00
parent 7b67bb1fab
commit 27cd31e6a5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -4816,7 +4816,7 @@ at their peak of economic growth and military prowess.
(substitute* "Makefile"
((".adoc.6:" line)
(string-append line " advent.adoc")))
(zero? (system* "make" ".adoc.6"))))
(invoke "make" ".adoc.6")))
;; There is no install target
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)