mumble: fix building with GCC 14

This commit is contained in:
Alyssa Ross 2024-09-18 09:44:24 +02:00
parent 5ce892fe80
commit 1f7b63476a

View File

@ -107,6 +107,14 @@ let
hash = "sha256-d9XmXHq264rTT80zphYcKLxS+AyUhjb19D3DuBJvMI4=";
fetchSubmodules = true;
};
patches = [
(fetchpatch {
name = "GCC14.patch";
url = "https://github.com/mumble-voip/mumble/commit/56945a9dfb62d29dccfe561572ebf64500deaed1.patch";
hash = "sha256-Frct9XJ/ZuHPglx+GB9h3vVycR8YY039dStIbfkPPDk=";
})
];
};
in {
mumble = client source;