neomutt: 20211029 -> 20220408

This commit is contained in:
Alyssa Ross 2022-04-08 11:15:41 +00:00
parent 09f816e976
commit 8885584bdf

View file

@ -1,18 +1,17 @@
{ lib, stdenv, fetchFromGitHub, gettext, makeWrapper, tcl, which
, ncurses, perl , cyrus_sasl, gss, gpgme, libkrb5, libidn, libxml2, notmuch, openssl
, lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, w3m, mailcap, sqlite, zlib
, fetchpatch
}:
stdenv.mkDerivation rec {
version = "20211029";
version = "20220408";
pname = "neomutt";
src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
rev = version;
sha256 = "sha256-haPDZorAfKuIEMiBCXJRMALAYnurQyjmCSOnj9IsoKk=";
sha256 = "1aziffkjxbflw1narih0dr8ghl142knsb5z14fjb7n5ya9xpgp05";
};
buildInputs = [
@ -25,15 +24,6 @@ stdenv.mkDerivation rec {
docbook_xsl docbook_xml_dtd_42 gettext libxml2 libxslt.bin makeWrapper tcl which zlib w3m
];
patches = [
# Remove on next update, see
# https://github.com/NixOS/nixpkgs/pull/143641#issuecomment-954991746 for context.
(fetchpatch {
url = "https://github.com/neomutt/neomutt/commit/4242a31313e0b600693215c01047bbda8a6dd25a.patch";
sha256 = "sha256-fcuNeBkPjqln5QA9VFcfXCQD/VrUoSEMSxQ//Xj+yxY=";
})
];
enableParallelBuilding = true;
postPatch = ''