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:
Tobias Geerinckx-Rice 2018-05-02 15:19:11 +02:00
parent 0ef3c02385
commit 78581bef5c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -454,8 +454,8 @@ (define-public znc
(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"