guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/22: gnu: par2cmdline: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 09/22: gnu: par2cmdline: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 07:11:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2286107f60e403c8d2f41cc4ba66ed89d14ab762
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 12:31:35 2018 +0100

    gnu: par2cmdline: Remove custom bootstrap phase.
    
    * gnu/packages/backup.scm (par2cmdline)[arguments]: Remove.
---
 gnu/packages/backup.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index b81d790..ab95aea 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]