mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ utility. Instead of being written in Java, FastJar is written in C.")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autoconf
|
(add-after 'unpack 'autoconf
|
||||||
(lambda _ (zero? (system* "sh" "autoreconf" "-vfi")))))))
|
(lambda _ (invoke "sh" "autoreconf" "-vfi"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue