mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libtar: Use invoke.
* gnu/packages/compression.scm (libtar)[arguments]: Use invoke.
This commit is contained in:
parent
fbc3e0c486
commit
c65956f3f1
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ (define-public libtar
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autoconf
|
||||
(lambda _ (zero? (system* "sh" "autoreconf" "-vfi")))))))
|
||||
(lambda _ (invoke "sh" "autoreconf" "-vfi"))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue