mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: msgpack: Update phase style.
* gnu/packages/serialization.scm (msgpack)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
This commit is contained in:
parent
fe0523d457
commit
778fb47bcd
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ such as compact binary encodings, XML, or JSON.")
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autoconf
|
||||
(lambda _
|
||||
(system* "autoreconf" "-vfi"))))))
|
||||
(invoke "autoreconf" "-vfi")
|
||||
#t)))))
|
||||
(home-page "https://www.msgpack.org")
|
||||
(synopsis "Binary serialization library")
|
||||
(description "Msgpack is a library for C/C++ that implements binary
|
||||
|
|
Loading…
Reference in a new issue