Unverified Commit 543c7eab authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.wingpanel: Fix build with gala 8.3.0

parent 8fb8721a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 = [