From 13a504af9245cf4547e14336de5e220cf655b382 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Sat, 23 Jun 2018 04:59:27 +0300 Subject: gnu: tome4: Use invoke. * gnu/packages/games.scm (tome4)[arguments]: Use invoke. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 65def5ae61..d352e49bce 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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) -- cgit v1.2.3