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))
|
||||
(add-after 'install 'post-install-test
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(zero? (system* (string-append
|
||||
(assoc-ref outputs "out") "/bin/parallel")
|
||||
"echo"
|
||||
":::" "1" "2" "3")))))))
|
||||
(invoke (string-append
|
||||
(assoc-ref outputs "out") "/bin/parallel")
|
||||
"echo"
|
||||
":::" "1" "2" "3"))))))
|
||||
(inputs
|
||||
`(("perl" ,perl)
|
||||
("procps" ,procps)))
|
||||
|
|
Loading…
Reference in New Issue