mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
alvr: add patch to make alvr work with steam bubblewrap
(cherry picked from commit 68200e0a0c)
This commit is contained in:
parent
d99124f964
commit
c2a910a96f
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue