Skip to content

Commit

Permalink
pantheon.gala: fix build with latest vala
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Jul 26, 2020
1 parent d0c08cf commit 6df7a93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/desktops/pantheon/desktop/gala/default.nix
@@ -1,5 +1,6 @@
{ stdenv
, fetchFromGitHub
, fetchpatch
, pantheon
, pkgconfig
, meson
Expand Down Expand Up @@ -69,6 +70,13 @@ stdenv.mkDerivation rec {
];

patches = [
# https://github.com/elementary/gala/pull/869
# build failure in vala 0.48.7
# https://github.com/elementary/gala/pull/869#issuecomment-657147695
(fetchpatch {
url = "https://github.com/elementary/gala/commit/85d290c75eaa147b704ad34e6c67498071707ee8.patch";
sha256 = "19jkvmxidf453qfrxkvi35igxzfz2cm8srwkabvyn9wyd1yhiw0l";
})
./plugins-dir.patch
./use-new-notifications-default.patch
];
Expand Down

0 comments on commit 6df7a93

Please sign in to comment.