gnu: xdelta: Remove custom bootstrap phase.
* gnu/packages/compression.scm (xdelta)[arguments]: Remove autoconf phase.
This commit is contained in:
parent
0633c77b1b
commit
e5ff963a6d
1 changed files with 1 additions and 3 deletions
|
@ -1068,9 +1068,7 @@ smaller than those produced by @code{Xdelta}.")
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'enter-build-directory
|
(add-after 'unpack 'enter-build-directory
|
||||||
(lambda _ (chdir "xdelta3") #t))
|
(lambda _ (chdir "xdelta3") #t)))))
|
||||||
(add-after 'enter-build-directory 'autoconf
|
|
||||||
(lambda _ (invoke "autoreconf" "-vfi"))))))
|
|
||||||
(home-page "http://xdelta.org")
|
(home-page "http://xdelta.org")
|
||||||
(synopsis "Delta encoder for binary files")
|
(synopsis "Delta encoder for binary files")
|
||||||
(description "xdelta encodes only the differences between two binary files
|
(description "xdelta encodes only the differences between two binary files
|
||||||
|
|
Reference in a new issue