guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: msgpack: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 01/01: gnu: msgpack: Remove custom bootstrap phase.
Date: Sat, 10 Nov 2018 17:31:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 37ebc19cfbfdb248e8d36cbb587a89780e2e93c1
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Nov 10 23:30:52 2018 +0100

    gnu: msgpack: Remove custom bootstrap phase.
    
    * gnu/packages/serialization.scm (msgpack)[arguments]: Remove.
---
 gnu/packages/serialization.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 40b3d1b..2df0ce1 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -99,7 +99,6 @@ arbitrary data types and reversibly turns them into different 
representations,
 such as compact binary encodings, XML, or JSON.")
     (license license:bsd-3)))
 
-
 (define-public msgpack
   (package
     (name "msgpack")
@@ -132,13 +131,6 @@ such as compact binary encodings, XML, or JSON.")
     ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]