diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix index 2288d8908232..51e5620f3f8d 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix @@ -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 = [