summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/astroid
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2022-06-02 13:48:25 -0500
committerehmry <ehmry@posteo.net>2022-07-30 09:39:24 -0500
commit62af94c2ce5b43e4d56d3817f801cb87807b3660 (patch)
tree2c080cd799997ce17573045995557a3df3591c49 /pkgs/applications/networking/mailreaders/astroid
parenta3fddd46a7f3418d7e3940ded94701aba569161d (diff)
astroid: patch to fix missing icon bug
Fix #168381
Diffstat (limited to 'pkgs/applications/networking/mailreaders/astroid')
-rw-r--r--pkgs/applications/networking/mailreaders/astroid/default.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/astroid/default.nix b/pkgs/applications/networking/mailreaders/astroid/default.nix
index 47e295de29d35..739f45fd4ee9a 100644
--- a/pkgs/applications/networking/mailreaders/astroid/default.nix
+++ b/pkgs/applications/networking/mailreaders/astroid/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, gnome, gmime3, webkitgtk, ronn
+{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, pkg-config, gnome, gmime3, webkitgtk, ronn
 , libsass, notmuch, boost, wrapGAppsHook, glib-networking, protobuf
 , gtkmm3, libpeas, gsettings-desktop-schemas, gobject-introspection, python3
 
@@ -20,6 +20,15 @@ stdenv.mkDerivation rec {
     sha256 = "sha256-6xQniOLNUk8tDkooDN3Tp6sb43GqoynO6+fN9yhNqZ4=";
   };
 
+  patches = [
+    (fetchpatch {
+      name = "symbolic-icons.patch";
+      url =
+        "https://github.com/astroidmail/astroid/commit/7c2022f06a4146ad62e858bcaacdb4ee817851b9.patch";
+      hash = "sha256-hZHOg1wUR8Kpd6017fWzhMmG+/WQxSOCnsiyIvUcpbU=";
+    })
+  ];
+
   nativeBuildInputs = [
     cmake ronn pkg-config wrapGAppsHook gobject-introspection
     python3 python3.pkgs.wrapPython