gnu: emboss: Use INVOKE.
* gnu/packages/bioinformatics.scm (emboss)[arguments]: Use INVOKE and return #T unconditionally.master
parent
8b685c4720
commit
e78e54d029
|
@ -9034,7 +9034,7 @@ AM_CONDITIONAL(AMPNG, true)"))
|
|||
(("\\$\\(bindir\\)/embossupdate") ""))
|
||||
#t))
|
||||
(add-after 'disable-update-check 'autogen
|
||||
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
|
||||
(lambda _ (invoke "autoreconf" "-vif") #t)))))
|
||||
(inputs
|
||||
`(("perl" ,perl)
|
||||
("libpng" ,libpng)
|
||||
|
|
Reference in New Issue