anydesk: add missing aarch64 dependencies (wayland, libepoxy, libxkbcommon) and package update (#513039)

This commit is contained in:
Guillaume Girol
2026-05-09 21:30:58 +00:00
committed by GitHub
3 changed files with 16 additions and 4 deletions
+6
View File
@@ -9211,6 +9211,12 @@
githubId = 119691;
name = "Michael Gough";
};
fraioveio = {
email = "francesco@vecchia.lol";
github = "FraioVeio";
githubId = 181361445;
name = "Francesco Vecchia";
};
franciscod = {
github = "franciscod";
githubId = 726447;
+7 -1
View File
@@ -42,6 +42,9 @@
copyDesktopItems,
pulseaudio,
udev,
libxkbcommon,
wayland,
libepoxy,
}:
let
@@ -100,6 +103,9 @@ stdenv.mkDerivation (finalAttrs: {
libsm
libxrender
udev
libxkbcommon
wayland
libepoxy
];
nativeBuildInputs = [
@@ -188,6 +194,6 @@ stdenv.mkDerivation (finalAttrs: {
"aarch64-linux"
];
mainProgram = "anydesk";
maintainers = [ ];
maintainers = with lib.maintainers; [ fraioveio ];
};
})
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "7.1.3",
"x86_64-linux": "sha256-b1WSQMRlFaqhECCBKoPjUIww5Fj3yfN8wxwACuO7RR4=",
"aarch64-linux": "sha256-Yb5Jnjxs8AmMeFvWY+VYGTovpLwW1PRPBEJZUF63gA0="
"version": "8.0.2",
"x86_64-linux": "sha256-6noMPfe0x6kx/whyd66qcmk7WhEivx3xK5q58Se9Ij0=",
"aarch64-linux": "sha256-wfY+OCx9OyLCmiA29RjnYzcg/pApMIXWT5UrcdcyRYM="
}