[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)))
- [bug#31430] [PATCH 3/3] gnu: Add xtensor., (continued)
- [bug#31430] [PATCH 3/3] gnu: Add xtensor., Fis Trivial, 2018/05/12
- [bug#31430] [PATCH 0/3] gnu: Add xtensor and its dependencies., Ludovic Courtès, 2018/05/23
- [bug#31430] [PATCH 0/6] Add xtensor and its dependencies (new patches)., Fis Trivial, 2018/05/28
- [bug#31430] [PATCH 1/6] gnu: Add catch-framework2., Fis Trivial, 2018/05/28
- [bug#31430] [PATCH 2/6] gnu: Add amalgamate., Fis Trivial, 2018/05/28
- [bug#31430] [PATCH 3/6] gnu: Add fifo-map., Fis Trivial, 2018/05/28
- [bug#31430] [PATCH 4/6] gnu: Add json-modern-cxx., Fis Trivial, 2018/05/28
- [bug#31430] [PATCH 4/6] gnu: Add json-modern-cxx.,
Ludovic Courtès <=
- [bug#31430] [PATCH 6/6] gnu: Add xtensor., Fis Trivial, 2018/05/28
- [bug#31430] [PATCH 5/6] gnu: Add xtl., Fis Trivial, 2018/05/28