notmuch: fixed all tests except one

svn path=/nixpkgs/trunk/; revision=26881
This commit is contained in:
Florian Friesdorf 2011-04-18 17:19:54 +00:00
parent eb5ecfcb56
commit fea4178205

View file

@ -1,12 +1,12 @@
{ fetchgit, stdenv, bash, emacs, glib, gmime, gnupg1, pkgconfig, talloc, xapian }: { fetchgit, stdenv, bash, emacs, glib, gmime, gnupg1, pkgconfig, talloc, xapian }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "notmuch-0.5-cfl4"; name = "notmuch-0.5-cfl7";
src = fetchgit { src = fetchgit {
url = "git://github.com/chaoflow/notmuch"; url = "git://github.com/chaoflow/notmuch";
rev = "cfl4"; rev = "cfl7";
sha256 = "ea0c0ca4d07eb4dd2600708f60775ded0ded2b4a61c2d4ab80e89c9fc4701ee9"; sha256 = "d0096e312ad1d2c278d22377b273aae117ccc8de3605575fd23306e244157263";
}; };
buildInputs = [ bash emacs glib gmime gnupg1 pkgconfig talloc xapian ]; buildInputs = [ bash emacs glib gmime gnupg1 pkgconfig talloc xapian ];
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "Notmuch -- The mail indexer + inheritable-tags-hack + crypto"; description = "Notmuch -- The mail indexer";
longDescription = ""; longDescription = "";