gnu: sailfish: Use INVOKE.
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use INVOKE instead of SYSTEM*.
This commit is contained in:
parent
86c6928ea3
commit
9f527c9199
1 changed files with 4 additions and 4 deletions
|
|
@ -12014,10 +12014,10 @@ bytes of memory space, where n is the length of the string.")
|
||||||
(include "external/install/include/rapmap/")
|
(include "external/install/include/rapmap/")
|
||||||
(rapmap (assoc-ref inputs "rapmap")))
|
(rapmap (assoc-ref inputs "rapmap")))
|
||||||
(mkdir-p "/tmp/rapmap")
|
(mkdir-p "/tmp/rapmap")
|
||||||
(system* "tar" "xf"
|
(invoke "tar" "xf"
|
||||||
(assoc-ref inputs "rapmap")
|
(assoc-ref inputs "rapmap")
|
||||||
"-C" "/tmp/rapmap"
|
"-C" "/tmp/rapmap"
|
||||||
"--strip-components=1")
|
"--strip-components=1")
|
||||||
(mkdir-p src)
|
(mkdir-p src)
|
||||||
(mkdir-p include)
|
(mkdir-p include)
|
||||||
(for-each (lambda (file)
|
(for-each (lambda (file)
|
||||||
|
|
|
||||||
Reference in a new issue