diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-04 17:49:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-04 22:19:33 +0200 |
commit | d46fc636e6797a1601cc7a7a8eaf72759c495c89 (patch) | |
tree | 4e9447e133698a9ee3ad1550a8012fb4ab4f7844 /gnu/local.mk | |
parent | a85d3fb07f66469f291f187658082b9b8b08bdc4 (diff) | |
download | guix-d46fc636e6797a1601cc7a7a8eaf72759c495c89.tar guix-d46fc636e6797a1601cc7a7a8eaf72759c495c89.tar.gz |
gnu: borg: Update to 1.1.10.
* gnu/packages/backup.scm (borg): Update to 1.1.10.
[source]: Remove upstreamed patch.
Remove msgpack and broken references to it.
[arguments]: Add ‘use-system-msgpack’ phase.
* gnu/packages/patches/borg-fix-hard-link-preloading.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b0992547b4..9680212c06 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -690,7 +690,6 @@ dist_patch_DATA = \ %D%/packages/patches/blender-2.79-newer-ffmpeg.patch \ %D%/packages/patches/blender-2.79-python-3.7-fix.patch \ %D%/packages/patches/boost-fix-icu-build.patch \ - %D%/packages/patches/borg-fix-hard-link-preloading.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/calibre-no-updates-dialog.patch \ %D%/packages/patches/calibre-remove-test-bs4.patch \ |