guix-commits
[Top][All Lists]
Advanced

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

16/22: gnu: sailfish: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit 9f527c91990c4f620c88bb609e95589809a1354c
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 8 09:52:46 2018 +0100

    gnu: sailfish: Use INVOKE.
    
    * gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use INVOKE instead 
of
    SYSTEM*.
---
 gnu/packages/bioinformatics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d9362ea..c175227 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12014,10 +12014,10 @@ bytes of memory space, where n is the length of the 
string.")
                    (include "external/install/include/rapmap/")
                    (rapmap (assoc-ref inputs "rapmap")))
                (mkdir-p "/tmp/rapmap")
-               (system* "tar" "xf"
-                        (assoc-ref inputs "rapmap")
-                        "-C" "/tmp/rapmap"
-                        "--strip-components=1")
+               (invoke "tar" "xf"
+                       (assoc-ref inputs "rapmap")
+                       "-C" "/tmp/rapmap"
+                       "--strip-components=1")
                (mkdir-p src)
                (mkdir-p include)
                (for-each (lambda (file)



reply via email to

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