diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 12:31:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 12:31:35 +0100 |
commit | 2286107f60e403c8d2f41cc4ba66ed89d14ab762 (patch) | |
tree | 3bd598534e415a9b431a06bf17a001fd7271f98f /gnu/packages | |
parent | 5cdbdc2b138b0dd6237f9116af894b9d7dbf429b (diff) | |
download | patches-2286107f60e403c8d2f41cc4ba66ed89d14ab762.tar patches-2286107f60e403c8d2f41cc4ba66ed89d14ab762.tar.gz |
gnu: par2cmdline: Remove custom bootstrap phase.
* gnu/packages/backup.scm (par2cmdline)[arguments]: Remove.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/backup.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index b81d790642..ab95aea727 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -146,11 +146,6 @@ spying and/or modification by the server.") `(("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 |