Skip to content

Commit

Permalink
neomutt: 20200807 -> 20200814
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Aug 16, 2020
1 parent 4cfbe4a commit e75cdaa
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pkgs/applications/networking/mailreaders/neomutt/default.nix
@@ -1,18 +1,18 @@
{ stdenv, fetchFromGitHub, gettext, makeWrapper, tcl, which, writeScript
, ncurses, perl , cyrus_sasl, gss, gpgme, kerberos, libidn, libxml2, notmuch, openssl
, lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, elinks, mailcap, runtimeShell, sqlite, zlib
, glibcLocales, fetchpatch
, glibcLocales
}:

stdenv.mkDerivation rec {
version = "20200807";
version = "20200814";
pname = "neomutt";

src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
rev = version;
sha256 = "0bj81bl54jx1c9fnyrplwvgvwq8l0ldqd58jjb4haw2rlzfj2a8s";
sha256 = "00i2xbadw7rq2b30yjla54m0df4jbh22g6phby41albw2wc2hn72";
};

buildInputs = [
Expand All @@ -27,14 +27,6 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

patches = [
# fixes segfault on startup
(fetchpatch {
url = "https://github.com/neomutt/neomutt/commit/887428a38f845f9eaca80c3e05e0c2aedb137669.patch";
sha256 = "1yqpj0xaryxmsvj6hbfksy50i9alqxidifqf3daqgg4vypi8s9b9";
})
];

postPatch = ''
substituteInPlace contrib/smime_keys \
--replace /usr/bin/openssl ${openssl}/bin/openssl
Expand Down

0 comments on commit e75cdaa

Please sign in to comment.