mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: par2cmdline: Remove custom bootstrap phase.
* gnu/packages/backup.scm (par2cmdline)[arguments]: Remove.
This commit is contained in:
parent
5cdbdc2b13
commit
2286107f60
1 changed files with 0 additions and 5 deletions
|
@ -146,11 +146,6 @@ (define-public par2cmdline
|
||||||
`(("automake" ,automake)
|
`(("automake" ,automake)
|
||||||
("autoconf" ,autoconf)))
|
("autoconf" ,autoconf)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autoreconf
|
|
||||||
(lambda _ (invoke "autoreconf" "-vfi"))))))
|
|
||||||
(synopsis "File verification and repair tools")
|
(synopsis "File verification and repair tools")
|
||||||
(description "Par2cmdline uses Reed-Solomon error-correcting codes to
|
(description "Par2cmdline uses Reed-Solomon error-correcting codes to
|
||||||
generate and verify PAR2 recovery files. These files can be distributed
|
generate and verify PAR2 recovery files. These files can be distributed
|
||||||
|
|
Loading…
Reference in a new issue