diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-20 18:53:11 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:37 +0100 |
| commit | ee8706643ef68b04e94522dbbfbc058191478a57 (patch) | |
| tree | 50f5636285d4bf1aef11d2f4ff6e318585e7d007 /gnu/packages/backup.scm | |
| parent | 5fb1def1e791b3aa2d09850b95c6ab405578d1ac (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/backup.scm')
| -rw-r--r-- | gnu/packages/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 1d3b66f150a..acee71c2e1f 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: ;; <https://issues.guix.gnu.org/53407> python-llfuse |
