mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: msgpack: Remove custom bootstrap phase.
* gnu/packages/serialization.scm (msgpack)[arguments]: Remove.
This commit is contained in:
parent
bed4eb373e
commit
37ebc19cfb
1 changed files with 0 additions and 8 deletions
|
@ -99,7 +99,6 @@ (define-public cereal
|
|||
such as compact binary encodings, XML, or JSON.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
|
||||
(define-public msgpack
|
||||
(package
|
||||
(name "msgpack")
|
||||
|
@ -132,13 +131,6 @@ (define-public msgpack
|
|||
;; zbuffer.hpp) which #include <zlib.h>. However, 'guix gc --references'
|
||||
;; does not detect a store reference to zlib since these headers are not
|
||||
;; compiled.
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autoconf
|
||||
(lambda _
|
||||
(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