Unverified Commit 203b9ffe authored by Bobby Rong's avatar Bobby Rong
Browse files

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...
parent bfb7a882
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -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.