mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
notmuch: 0.32.3 -> 0.33
This commit is contained in:
parent
23d5823337
commit
8276a5e677
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "notmuch";
|
pname = "notmuch";
|
||||||
version = "0.32.3";
|
version = "0.33";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
|
url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
|
||||||
sha256 = "114bbyjl2ppmy4pw0b5zwmi7lxiz6xd1k6zq0qcgdv7ahkwgybxy";
|
hash = "sha256-iD4EW0v6LEjJpGcQYqQGA6f2Flck3VRhi+66EAVJ0mw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
doxygen # (optional) api docs
|
doxygen # (optional) api docs
|
||||||
pythonPackages.sphinx # (optional) documentation -> doc/INSTALL
|
pythonPackages.sphinx # (optional) documentation -> doc/INSTALL
|
||||||
texinfo # (optional) documentation -> doc/INSTALL
|
texinfo # (optional) documentation -> doc/INSTALL
|
||||||
|
pythonPackages.cffi
|
||||||
] ++ lib.optional withEmacs emacs;
|
] ++ lib.optional withEmacs emacs;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user