gnu: znc: Use INVOKE.
* gnu/packages/messaging.scm (znc)[arguments]: Substitute INVOKE for SYSTEM* and explictly return #t from ‘unpack-googletest’ phase.
This commit is contained in:
parent
0ef3c02385
commit
78581bef5c
|
@ -454,8 +454,8 @@ compromised.")
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'unpack-googletest
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(zero? (system* "tar" "xf"
|
||||
(assoc-ref inputs "googletest-source"))))))
|
||||
(invoke "tar" "xf" (assoc-ref inputs "googletest-source"))
|
||||
#t)))
|
||||
#:configure-flags '("--enable-python"
|
||||
"--enable-perl"
|
||||
"--enable-cyrus"
|
||||
|
|
Loading…
Reference in New Issue