guix-commits
[Top][All Lists]
Advanced

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

15/22: gnu: xdelta: Remove custom bootstrap phase.


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

rekado pushed a commit to branch master
in repository guix.

commit e5ff963a6d89e4c4902e1f5ffeef2319b05d5d57
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 12:52:46 2018 +0100

    gnu: xdelta: Remove custom bootstrap phase.
    
    * gnu/packages/compression.scm (xdelta)[arguments]: Remove autoconf phase.
---
 gnu/packages/compression.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 3fd219e..9c94ff0 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1068,9 +1068,7 @@ smaller than those produced by @code{Xdelta}.")
      `(#:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'enter-build-directory
-           (lambda _ (chdir "xdelta3") #t))
-         (add-after 'enter-build-directory 'autoconf
-           (lambda _ (invoke "autoreconf" "-vfi"))))))
+           (lambda _ (chdir "xdelta3") #t)))))
     (home-page "http://xdelta.org";)
     (synopsis "Delta encoder for binary files")
     (description "xdelta encodes only the differences between two binary files



reply via email to

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