guix-patches
[Top][All Lists]
Advanced

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

[bug#31430] [PATCH 4/6] gnu: Add json-modern-cxx.


From: Ludovic Courtès
Subject: [bug#31430] [PATCH 4/6] gnu: Add json-modern-cxx.
Date: Mon, 28 May 2018 14:18:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Fis Trivial <address@hidden> skribis:

> * gnu/packages/cpp.scm (json-modern-cxx): New variable.

Applied with the changes below (‘clang-runtime’ is not needed AFAICS.)

Ludo’.

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 80b491119..4831ab035 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -228,13 +228,13 @@ as ordering relation.")
                   (string-append
                    "#include <fifo_map/" fifo-map-hpp ">")))))))))
     (native-inputs
-     `(("amalgamate" ,amalgamate)
-       ("catch2" ,catch-framework2)
-       ("clang-runtime" ,clang-runtime)
+     `(("amalgamate" ,amalgamate)))
+    (inputs
+     `(("catch2" ,catch-framework2)
        ("fifo-map" ,fifo-map)))
     (home-page "https://github.com/nlohmann/json";)
     (build-system cmake-build-system)
     (synopsis "JSON parser and printer library for C++")
-    (description "JSON for Modern C++ is a C++ json library that provides
+    (description "JSON for Modern C++ is a C++ JSON library that provides
 intutive syntax and trivial integration.")
     (license license:expat)))

reply via email to

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