guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/22: gnu: emboss: Use INVOKE.


From: Ricardo Wurmus
Subject: 09/22: gnu: emboss: Use INVOKE.
Date: Thu, 8 Nov 2018 04:11:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e78e54d029869f82fd13958b959ed549f73b7aa9
Author: Ricardo Wurmus <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]