gnu: msgpack: Update phase style.

* gnu/packages/serialization.scm (msgpack)[arguments]: Substitute INVOKE
for SYSTEM* and end phase with #t.
master
Tobias Geerinckx-Rice 2018-03-11 20:30:44 +01:00
parent fe0523d457
commit 778fb47bcd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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