Skip to content

Commit

Permalink
ceph: patch to pick up upstream arrow 18 s3select fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 29, 2024
1 parent 7d25108 commit 774961b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pkgs/tools/filesystems/ceph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, fetchurl
, fetchFromGitHub
, fetchPypi
, fetchpatch
, fetchpatch2

# Build time
, autoconf
Expand Down Expand Up @@ -314,6 +314,16 @@ in rec {
pname = "ceph";
inherit src version;

patches = [
(fetchpatch2 {
name = "ceph-s3select-arrow-18-compat.patch";
url = "https://github.com/ceph/s3select/commit/f333ec82e6e8a3f7eb9ba1041d1442b2c7cd0f05.patch";
hash = "sha256-21fi5tMIs/JmuhwPYMWtampv/aqAe+EoPAXZLJlOvgo=";
stripLen = 1;
extraPrefix = "src/s3select/";
})
];

nativeBuildInputs = [
autoconf # `autoreconf` is called, e.g. for `qatlib_ext`
automake # `aclocal` is called, e.g. for `qatlib_ext`
Expand Down

0 comments on commit 774961b

Please sign in to comment.