gnu: par2cmdline: Remove custom bootstrap phase.

* gnu/packages/backup.scm (par2cmdline)[arguments]: Remove.
This commit is contained in:
Ricardo Wurmus 2018-11-11 12:31:35 +01:00
parent 5cdbdc2b13
commit 2286107f60
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -146,11 +146,6 @@ (define-public par2cmdline
`(("automake" ,automake)
("autoconf" ,autoconf)))
(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")
(description "Par2cmdline uses Reed-Solomon error-correcting codes to
generate and verify PAR2 recovery files. These files can be distributed