summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-05-30 22:21:43 +0800
committerBobby Rong <rjl931189261@126.com>2024-05-30 22:49:36 +0800
commit203b9ffef0f573805912b4cb84382e6d63ea11c8 (patch)
tree2f2944c744026250f2350dce7a8a23da17c97ede /pkgs/desktops/pantheon
parentbfb7a882678e518398ce9a31a881538679f6f092 (diff)
pantheon.elementary-mail: 7.2.0 -> 8.0.0
https://github.com/elementary/mail/compare/7.2.0...8.0.0 I am looking at https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046844 and I believe when it comes to NixOS the issue will either affect many apps or more likely, nothing at all...
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-mail/default.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-mail/default.nix b/pkgs/desktops/pantheon/apps/elementary-mail/default.nix
index 8f7a89ea23fe..ee4d259d18e1 100644
--- a/pkgs/desktops/pantheon/apps/elementary-mail/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-mail/default.nix
@@ -5,7 +5,6 @@
, pkg-config
, meson
, ninja
-, python3
, vala
, gtk3
, libxml2
@@ -24,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "elementary-mail";
- version = "7.2.0";
+ version = "8.0.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "mail";
rev = version;
- sha256 = "sha256-hBOogZ9ZNS9KnuNn+jNhTtlupBxZL2DG/CiuBR1kFu0=";
+ sha256 = "sha256-6T/OTiuDVAPBqp8BPawf/MVEuWTPrLa3/N1Blvt/7Q8=";
};
nativeBuildInputs = [
@@ -38,7 +37,6 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
- python3
vala
wrapGAppsHook3
];
@@ -56,11 +54,6 @@ stdenv.mkDerivation rec {
webkitgtk_4_1
];
- postPatch = ''
- chmod +x meson/post_install.py
- patchShebangs meson/post_install.py
- '';
-
preFixup = ''
gappsWrapperArgs+=(
# The GTK theme is hardcoded.