gnu: emboss: Use INVOKE.

* gnu/packages/bioinformatics.scm (emboss)[arguments]: Use INVOKE and
return #T unconditionally.
This commit is contained in:
Ricardo Wurmus 2018-11-08 09:14:09 +01:00
parent 8b685c4720
commit e78e54d029
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9034,7 +9034,7 @@ (define-public emboss
(("\\$\\(bindir\\)/embossupdate") ""))
#t))
(add-after 'disable-update-check 'autogen
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
(lambda _ (invoke "autoreconf" "-vif") #t)))))
(inputs
`(("perl" ,perl)
("libpng" ,libpng)