notmuch: rebased and merged feature branches on current master

https://github.com/chaoflow/notmuch/commits/cfl8

svn path=/nixpkgs/trunk/; revision=26981
This commit is contained in:
Florian Friesdorf 2011-04-26 20:57:21 +00:00
parent 3fb9e4da74
commit 805a6f0713

View File

@ -1,16 +1,17 @@
{ fetchgit, stdenv, bash, emacs, glib, gmime, gnupg1, pkgconfig, talloc, xapian }:
stdenv.mkDerivation rec {
name = "notmuch-0.5-cfl7";
name = "notmuch-0.5-cfl8";
src = fetchgit {
url = "git://github.com/chaoflow/notmuch";
rev = "cfl7";
sha256 = "d0096e312ad1d2c278d22377b273aae117ccc8de3605575fd23306e244157263";
rev = "cfl8";
sha256 = "ee39cd0b48511468f569220909ed46966f10f14ad118f2388843b823712b0333";
};
buildInputs = [ bash emacs glib gmime gnupg1 pkgconfig talloc xapian ];
# XXX: Make me a loop
patchPhase = ''
substituteInPlace "test/author-order" \
--replace "#!/bin/bash" "#!${bash}/bin/bash"