gnu: newick-utils: Remove custom autoconf phase.

* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Remove.
This commit is contained in:
Ricardo Wurmus 2018-11-08 09:10:58 +01:00
parent e35dce0170
commit 0881d62f25
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 5 deletions

View File

@ -4266,11 +4266,6 @@ program for nucleotide and protein sequences.")
(base32 (base32
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb")))) "1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autoconf
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
(inputs (inputs
;; XXX: TODO: Enable Lua and Guile bindings. ;; XXX: TODO: Enable Lua and Guile bindings.
;; https://github.com/tjunier/newick_utils/issues/13 ;; https://github.com/tjunier/newick_utils/issues/13