mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
monado: backport cylinder aspect ratio fix
Resolves issues with wayvr See https://github.com/NixOS/nixpkgs/pull/489154#issuecomment-4018732528 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
a1db1ee6d5
commit
ab1436b980
1 changed files with 11 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
writeText,
|
||||
bluez,
|
||||
cjson,
|
||||
|
|
@ -73,6 +74,16 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-hUSm76PV+FhvzhiYMUbGcNDQMK1TZCPYh1PNADJmdSU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Resolves issues with wayvr
|
||||
# See https://github.com/NixOS/nixpkgs/pull/489154#issuecomment-4018732528
|
||||
(fetchpatch {
|
||||
name = "monado-cylinder-aspectRatio.patch";
|
||||
url = "https://gitlab.freedesktop.org/monado/monado/-/commit/69834fe93b84640170f8efa54b4700e5e0dc03c1.diff";
|
||||
hash = "sha256-6lD4j7CMQk52btfxD8hOm0GWZaOxSgc1jel9hyXqktA=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
doxygen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue