diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-05-11 14:34:38 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-05-11 14:35:24 +0300 |
commit | 5de2246f408743c1a253e0fa7dfe902ec2a05355 (patch) | |
tree | c83798fefd86e71f134f2299e28bb1b11e5a4d3e /gnu/local.mk | |
parent | 232f2d2634074201967a47935aa80665cc5e6bbe (diff) | |
download | patches-5de2246f408743c1a253e0fa7dfe902ec2a05355.tar patches-5de2246f408743c1a253e0fa7dfe902ec2a05355.tar.gz |
gnu: git-annex: Add support for v4 of S3 support.base-for-series-3917base-for-series-3916
* gnu/packages/haskell-apps.scm (git-annex)[source]: Add patch.
* gnu/packages/patches/git-annex-S3v4.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index e73f1c7bbb..fb2e90b413 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -974,6 +974,7 @@ dist_patch_DATA = \ %D%/packages/patches/ghostscript-no-header-id.patch \ %D%/packages/patches/ghostscript-no-header-uuid.patch \ %D%/packages/patches/ghostscript-no-header-creationdate.patch \ + %D%/packages/patches/git-annex-S3v4.patch \ %D%/packages/patches/glib-tests-timer.patch \ %D%/packages/patches/glibc-CVE-2015-5180.patch \ %D%/packages/patches/glibc-CVE-2015-7547.patch \ |