weston: add patch allowing neatvnc 0.9.0

This commit is contained in:
Nick Cao
2024-12-13 21:40:00 -05:00
parent 9f47ffcf36
commit 95590e9c1e
+10
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchurl,
fetchpatch2,
meson,
ninja,
pkg-config,
@@ -55,6 +56,15 @@ stdenv.mkDerivation rec {
hash = "sha256-qBUFBbEmpZ33gf6MMMjm+H2nAT4XkDnrhEpbu8x8ebM=";
};
patches = [
(fetchpatch2 {
# vnc: Allow neatvnc in version 0.9.0
# https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1649
url = "https://gitlab.freedesktop.org/wayland/weston/-/commit/b4386289d614f26e89e1c6eb17e048826e925ed1.patch";
hash = "sha256-mkIOup44C9Kp42tFMXz8Sis4URmPi4t605MQG672nJU=";
})
];
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [
meson