mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: par2cmdline: Return #t from phases.
* gnu/packages/backup.scm (par2cmdline)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
c3d1448411
commit
f4f46fc350
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ (define-public par2cmdline
|
|||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autoreconf
|
||||
(lambda _ (zero? (system* "autoreconf" "-vfi")))))))
|
||||
(lambda _ (invoke "autoreconf" "-vfi"))))))
|
||||
(synopsis "File verification and repair tools")
|
||||
(description "Par2cmdline uses Reed-Solomon error-correcting codes to
|
||||
generate and verify PAR2 recovery files. These files can be distributed
|
||||
|
|
Loading…
Reference in a new issue