gnu: xdelta: Remove custom bootstrap phase.

* gnu/packages/compression.scm (xdelta)[arguments]: Remove autoconf phase.
master
Ricardo Wurmus 2018-11-11 12:52:46 +01:00
parent 0633c77b1b
commit e5ff963a6d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 3 deletions

View File

@ -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