Archived
1
0
Fork 0

gnu: xdelta: Remove custom bootstrap phase.

* gnu/packages/compression.scm (xdelta)[arguments]: Remove autoconf phase.
This commit is contained in:
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

View file

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