mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06: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…
Add table
Reference in a new issue