pantheon.wingpanel: Fix build with gala 8.3.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user