alvr: add patch to make alvr work with steam bubblewrap (#508409)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user