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
|
@ -131,7 +131,8 @@ such as compact binary encodings, XML, or JSON.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autoconf
|
(add-after 'unpack 'autoconf
|
||||||
(lambda _
|
(lambda _
|
||||||
(system* "autoreconf" "-vfi"))))))
|
(invoke "autoreconf" "-vfi")
|
||||||
|
#t)))))
|
||||||
(home-page "https://www.msgpack.org")
|
(home-page "https://www.msgpack.org")
|
||||||
(synopsis "Binary serialization library")
|
(synopsis "Binary serialization library")
|
||||||
(description "Msgpack is a library for C/C++ that implements binary
|
(description "Msgpack is a library for C/C++ that implements binary
|
||||||
|
|
Loading…
Reference in New Issue