gnu: vsearch: Remove custom autogen phase.
* gnu/packages/bioinformatics.scm (vsearch)[arguments]: Remove.
This commit is contained in:
parent
c527d36f02
commit
31c41a8cfe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue