pantheon.wingpanel: Fix build with gala 8.3.0

This commit is contained in:
Bobby Rong
2025-11-15 20:30:34 +08:00
parent 8fb8721af3
commit 543c7eabb8
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
nix-update-script,
wayland-scanner,
wrapGAppsHook3,
@@ -35,6 +36,13 @@ stdenv.mkDerivation rec {
patches = [
./indicators.patch
# Fix build with gala 8.3.0
# https://github.com/elementary/wingpanel/pull/642
(fetchpatch {
url = "https://github.com/elementary/wingpanel/commit/4476df2573797310e254695a66c099b32afe9736.patch";
hash = "sha256-99zzXbaeW/ijqPXN7tQexMPWsUW4pX7e0tcxASBVbvI=";
})
];
depsBuildBuild = [