mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: vsearch: Remove custom autogen phase.
* gnu/packages/bioinformatics.scm (vsearch)[arguments]: Remove.
This commit is contained in:
parent
c527d36f02
commit
31c41a8cfe
1 changed files with 0 additions and 5 deletions
|
@ -6863,11 +6863,6 @@ (define-public vsearch
|
|||
(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 a new issue