alvr: add patch to make alvr work with steam bubblewrap

(cherry picked from commit 68200e0a0c)
This commit is contained in:
eyjhb 2026-04-03 21:35:43 +02:00 committed by github-actions[bot]
commit c2a910a96f

View file

@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
fetchpatch,
replaceVars,
nix-update-script,
pkg-config,
@ -59,6 +60,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
ffmpeg = lib.getDev ffmpeg_7;
x264 = lib.getDev x264;
})
(fetchpatch {
url = "https://github.com/alvr-org/ALVR/commit/12a238b9ac9d63438163ff82cbd689733558a1e4.patch";
hash = "sha256-yvIGjopXIwGXajs5/RlAo+eqfVNnXlomKy/VO/dL+gc=";
})
];
postPatch = ''