From c2a910a96fedb3957716d784fa5e2a4e2d8ccc33 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Fri, 3 Apr 2026 21:35:43 +0200 Subject: [PATCH] alvr: add patch to make alvr work with steam bubblewrap (cherry picked from commit 68200e0a0c83cd3d11a699788146b0a600024c3e) --- pkgs/by-name/al/alvr/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/al/alvr/package.nix b/pkgs/by-name/al/alvr/package.nix index 6de02465903e..a09438ff79c0 100644 --- a/pkgs/by-name/al/alvr/package.nix +++ b/pkgs/by-name/al/alvr/package.nix @@ -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 = ''