gnu: msgpack: Update phase style.
* gnu/packages/serialization.scm (msgpack)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.master
parent
fe0523d457
commit
778fb47bcd
|
@ -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
|
||||
|
|
Reference in New Issue