mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: 0ad-data: Use invoke.
* gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
This commit is contained in:
parent
22fc1b90f0
commit
6715e1c24f
1 changed files with 1 additions and 1 deletions
|
@ -4069,7 +4069,7 @@ (define-public 0ad-data
|
|||
(let* ((dir (string-append "binaries/data/mods/" name))
|
||||
(file (string-append dir "/" name ".zip"))
|
||||
(unzip #$(file-append unzip "/bin/unzip")))
|
||||
(system* unzip "-d" dir file)
|
||||
(invoke unzip "-d" dir file)
|
||||
(delete-file file)))
|
||||
'("mod" "public"))
|
||||
#t))))
|
||||
|
|
Loading…
Reference in a new issue