Unverified Commit 693f9402 authored by Ashish SHUKLA's avatar Ashish SHUKLA
Browse files

aerc: import a patch fix a bug with gpg signed messages

The mentioned patch[0] is already upstream, and can be removed when
the derivation is updated to the next release.

[0] https://lists.sr.ht/~rjarry/aerc-devel/patches/54675
parent ae815cee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromSourcehut
, fetchpatch
, ncurses
, notmuch
, scdoc
@@ -31,6 +32,12 @@ buildGoModule rec {

  patches = [
    ./runtime-libexec.patch

    # patch to fix a encoding problem with gpg signed messages
    (fetchpatch {
      url ="https://git.sr.ht/~rjarry/aerc/commit/7346d20.patch";
      hash = "sha256-OCm8BcovYN2IDSgslZklQxkGVkSYQ8HLCrf2+DRB2mM=";
    })
  ];

  postPatch = ''