gnu: vsearch: Remove custom autogen phase.

* gnu/packages/bioinformatics.scm (vsearch)[arguments]: Remove.
master
Ricardo Wurmus 2018-11-08 09:04:34 +01:00
parent c527d36f02
commit 31c41a8cfe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 5 deletions

View File

@ -6863,11 +6863,6 @@ SELECT or UPDATE queries to an end-point.")
(delete-file "src/city.cc")
#t))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
(inputs
`(("zlib" ,zlib)
("bzip2" ,bzip2)