monado: port vulkan headers bump compat fix

This commit is contained in:
Atemu 2025-05-17 14:55:08 +02:00
parent 04634258c6
commit a026c010cd

View file

@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitLab,
fetchpatch2,
writeText,
bluez,
cjson,
@ -75,6 +76,14 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-VxTxvw+ftqlh3qF5qWxpK1OJsRowkRXu0xEH2bDckUA=";
};
patches = [
# Remove with v26
(fetchpatch2 {
url = "https://gitlab.freedesktop.org/monado/monado/-/commit/2a6932d46dad9aa957205e8a47ec2baa33041076.patch";
hash = "sha256-CZMbGgx7mEDcjcoRJHDZ5P6BecFW8CB4fpzxQ9bpAvE=";
})
];
nativeBuildInputs = [
cmake
doxygen