notmuch-0.9
svn path=/nixpkgs/trunk/; revision=30491
This commit is contained in:
parent
5598fcf36c
commit
b555892dff
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, bash, emacs, gdb, git, glib, gmime, gnupg1, pkgconfig, talloc, xapian }:
|
{ fetchurl, stdenv, bash, emacs, gdb, git, glib, gmime, gnupg1, pkgconfig, talloc, xapian }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "notmuch-0.8";
|
name = "notmuch-0.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://notmuchmail.org/releases/${name}.tar.gz";
|
url = "http://notmuchmail.org/releases/${name}.tar.gz";
|
||||||
sha256 = "f40bcdc6447cae9f76d5b4e70ab70d87e4a813cd123b524c1dc3155a3371a949";
|
sha256 = "e6f1046941d2894d143cb7c19d4810f97946f98742f6d9b8a7208ddb858c57e4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bash emacs gdb git glib gmime gnupg1 pkgconfig talloc xapian ];
|
buildInputs = [ bash emacs gdb git glib gmime gnupg1 pkgconfig talloc xapian ];
|
||||||
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
(cd test && for prg in \
|
(cd test && for prg in \
|
||||||
aggregate-results.sh \
|
aggregate-results.sh \
|
||||||
|
atomicity \
|
||||||
author-order \
|
author-order \
|
||||||
basic \
|
basic \
|
||||||
crypto \
|
crypto \
|
||||||
|
Loading…
Reference in New Issue
Block a user