neomutt: 20161126 -> 20170128
This commit is contained in:
parent
eadb9ce15f
commit
0adf664210
@ -2,19 +2,20 @@
|
|||||||
, cyrus_sasl, gdbm, gpgme, kerberos, libidn, notmuch, openssl, lmdb }:
|
, cyrus_sasl, gdbm, gpgme, kerberos, libidn, notmuch, openssl, lmdb }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "20161126";
|
version = "20170128";
|
||||||
name = "neomutt-${version}";
|
name = "neomutt-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neomutt";
|
owner = "neomutt";
|
||||||
repo = "neomutt";
|
repo = "neomutt";
|
||||||
rev = "neomutt-${version}";
|
rev = "neomutt-${version}";
|
||||||
sha256 = "10ycfya11pvwv0rdyyak56r6f8ia8yf0h8qyi904bbpvm8lqvqfd";
|
sha256 = "082ksn4fsj48nkz61ia0hcxz3396p6a4p9q8738w15qkycq23c20";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ which autoconf automake ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ autoconf automake cyrus_sasl gdbm gpgme kerberos libidn ncurses
|
[ cyrus_sasl gdbm gpgme kerberos libidn ncurses
|
||||||
notmuch which openssl perl lmdb ];
|
notmuch openssl perl lmdb ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-debug"
|
"--enable-debug"
|
||||||
@ -28,6 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-keywords"
|
"--enable-keywords"
|
||||||
"--enable-smtp"
|
"--enable-smtp"
|
||||||
"--enable-nntp"
|
"--enable-nntp"
|
||||||
|
"--enable-compressed"
|
||||||
"--with-homespool=mailbox"
|
"--with-homespool=mailbox"
|
||||||
"--with-gss"
|
"--with-gss"
|
||||||
"--with-mailpath="
|
"--with-mailpath="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user