summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-08-05 11:42:47 +0200
committerAndreas Enge <andreas@enge.fr>2026-08-10 10:54:30 +0200
commit932904af47f3d1f4aae44a4f9091a7c5bbf2f588 (patch)
tree061c6fe3b2ded0726dad540acbd478f45bcf6f82 /gnu/packages/cpp.scm
parentac47b9969b46da96749342f1904ee4962373fd68 (diff)
gnu: Remove json-modern-cxx.
* gnu/packages/cpp.scm (json-modern-cxx): Delete variable.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 1249ca69b2d..f9a1d073223 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1586,9 +1586,6 @@ data transfer object.")
1586intuitive syntax and trivial integration.") 1586intuitive syntax and trivial integration.")
1587 (license license:expat))) 1587 (license license:expat)))
1588 1588
1589(define-deprecated-package json-modern-cxx
1590 nlohmann-json)
1591
1592(define-public nlohmann-json-no-char8-t 1589(define-public nlohmann-json-no-char8-t
1593 (package 1590 (package
1594 ;; XXX: Version 3.12.0 does not work without char8_t support. 1591 ;; XXX: Version 3.12.0 does not work without char8_t support.