[staging-next] ceph: fix build with gcc 15 (#474511)

This commit is contained in:
Aleksana
2025-12-28 16:13:05 +00:00
committed by GitHub
+5
View File
@@ -418,6 +418,11 @@ stdenv.mkDerivation {
url = "https://github.com/ceph/ceph/commit/9b38df488d7101b02afa834ea518fd52076d582a.patch?full_index=1";
hash = "sha256-VcbJhCGTUdNISBd6P96Mm5M3fFVmZ8r7pMl+srQmnIQ=";
})
(fetchpatch2 {
name = "ceph-19.2.2-gcc15.patch";
url = "https://github.com/ceph/ceph/commit/830925f0dd196f920893b1947ae74171a202e825.patch";
hash = "sha256-bs+noyjiyAjwqfgSHDxdZJnZ/kptOOcz75KMqAaROpg=";
})
];
nativeBuildInputs = [