rekado pushed a commit to branch master
in repository guix.

commit 9f527c91990c4f620c88bb609e95589809a1354c
Author: Ricardo Wurmus <[email protected]>
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