gnu: parallel: Don't end phase with #<undefined>.
* gnu/packages/parallel.scm (parallel)[arguments]: Use INVOKE.
This commit is contained in:
parent
1a35f274af
commit
28b0b21e3f
|
@ -76,10 +76,10 @@
|
||||||
#t))
|
#t))
|
||||||
(add-after 'install 'post-install-test
|
(add-after 'install 'post-install-test
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(zero? (system* (string-append
|
(invoke (string-append
|
||||||
(assoc-ref outputs "out") "/bin/parallel")
|
(assoc-ref outputs "out") "/bin/parallel")
|
||||||
"echo"
|
"echo"
|
||||||
":::" "1" "2" "3")))))))
|
":::" "1" "2" "3"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("procps" ,procps)))
|
("procps" ,procps)))
|
||||||
|
|
Loading…
Reference in New Issue