Skip to content

Commit

Permalink
pantheon.elementary-mail: fix build with vala 0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Mar 14, 2022
1 parent fcd48a5 commit 2f1f631
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/desktops/pantheon/apps/elementary-mail/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, pkg-config
, meson
Expand Down Expand Up @@ -34,6 +35,15 @@ stdenv.mkDerivation rec {
sha256 = "sha256-ooqVNMgeAqGlFcfachPPfhSiKTEEcNGv5oWdM7VLWOc=";
};

patches = [
# Fix build with vala 0.56
# https://github.com/elementary/mail/pull/765
(fetchpatch {
url = "https://github.com/elementary/mail/commit/c3aa61d226f49147d7685cc00013469ff4df369a.patch";
sha256 = "sha256-OxNBGIC1hrEaFSufQ59Wb0AMfdzqPt6diL4g3hbL/Ig=";
})
];

nativeBuildInputs = [
appstream
desktop-file-utils
Expand Down

0 comments on commit 2f1f631

Please sign in to comment.