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") ""))
|
(("\\$\\(bindir\\)/embossupdate") ""))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'disable-update-check 'autogen
|
(add-after 'disable-update-check 'autogen
|
||||||
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
|
(lambda _ (invoke "autoreconf" "-vif") #t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
|
|
Reference in New Issue