mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue