rekado pushed a commit to branch master
in repository guix.
commit e78e54d029869f82fd13958b959ed549f73b7aa9
Author: Ricardo Wurmus <[email protected]>
Date: Thu Nov 8 09:14:09 2018 +0100
gnu: emboss: Use INVOKE.
* gnu/packages/bioinformatics.scm (emboss)[arguments]: Use INVOKE and
return #T unconditionally.
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a3d37af..eef42bc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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)