From ee8706643ef68b04e94522dbbfbc058191478a57 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 20 Sep 2025 18:53:11 +0200 Subject: [PATCH] gnu: borg: Use python-msgpack-for-borg. Otherwise tests fail. * gnu/packages/backup.scm (borg)[inputs]: Replace python-msgpack by python-msgpack-for-borg. Change-Id: Icc02fa62856d17b20f42ecdf630dacef6dc44197 Signed-off-by: Sharlatan Hellseher --- gnu/packages/backup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 1d3b66f150..acee71c2e1 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -681,7 +681,7 @@ rsnapshot uses hard links to deduplicate identical files.") lz4 openssl ;; This is the latest version of msgpack accepted by 'setup.py'. - python-msgpack + python-msgpack-for-borg ;; FUSE 3 isn't working well, so we stick with FUSE 2 for now: ;; python-llfuse