gnu: tome4: Use invoke.

* gnu/packages/games.scm (tome4)[arguments]: Use invoke.
master
Oleg Pykhalov 2018-06-23 04:59:27 +03:00
parent 812f6bd82d
commit 13a504af92
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 1 additions and 1 deletions

View File

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