diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-18 10:17:38 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-18 11:10:00 +0200 |
| commit | cdf709c0574c651a035fb0bf1255d01db79a2cde (patch) | |
| tree | 4b0a39911228d1ac2d503b3e55f66b52324671b2 /gnu | |
| parent | 00aa4e7958719cbf73d796967f8d2cf8a7d781ad (diff) | |
gnu: Remove msgpack.
* gnu/packages/serialization.scm (msgpack): Delete variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/serialization.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 6a9ddcf6ec2..eb693212bfa 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm | |||
| @@ -210,11 +210,6 @@ serialization.") | |||
| 210 | (description "Msgpack is a library for C++ that implements binary | 210 | (description "Msgpack is a library for C++ that implements binary |
| 211 | serialization."))) | 211 | serialization."))) |
| 212 | 212 | ||
| 213 | ;;; The msgpack package was split into msgpack-c and msgpack-cxx starting from | ||
| 214 | ;;; version 4.0.0. | ||
| 215 | (define-deprecated-package msgpack | ||
| 216 | msgpack-c) | ||
| 217 | |||
| 218 | (define-public libmpack | 213 | (define-public libmpack |
| 219 | (package | 214 | (package |
| 220 | (name "libmpack") | 215 | (name "libmpack") |
