diff options
author | Greg Hogan <code@greghogan.com> | 2021-10-05 17:55:04 +0000 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-10-08 00:00:21 +0200 |
commit | 04c5d89482caa152881a453085e201e7b9b6576e (patch) | |
tree | 63edfca030c9900568c32a3b87e047a44df92891 /gnu/local.mk | |
parent | f86f7e24b39928247729020df0134e2e1c4cde62 (diff) | |
download | guix-04c5d89482caa152881a453085e201e7b9b6576e.tar.gz |
gnu: ceph: Fix breaking change in snappy.
* gnu/packages/storage.scm (ceph)[source]: Add patch. * gnu/packages/patches/ceph-fix-snappy-breaking-change.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Marius Bakke <marius@gnu.org>
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 91915e780b..73995eec2c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -919,6 +919,7 @@ dist_patch_DATA = \ %D%/packages/patches/cdparanoia-fpic.patch \ %D%/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch \ %D%/packages/patches/ceph-disable-cpu-optimizations.patch \ + %D%/packages/patches/ceph-fix-snappy-breaking-change.patch \ %D%/packages/patches/chez-scheme-build-util-paths-backport.patch \ %D%/packages/patches/chmlib-inttypes.patch \ %D%/packages/patches/cl-asdf-config-directories.patch \ |