notmuch-0.5 build successful

svn path=/nixpkgs/trunk/; revision=25931
This commit is contained in:
Florian Friesdorf 2011-02-13 01:56:32 +00:00
parent f03892655b
commit 4b603776af

View File

@ -1,4 +1,4 @@
{ fetchurl, stdenv, emacs, gmime, talloc, xapian }:
{ fetchurl, stdenv, emacs, glib, gmime, pkgconfig, talloc, xapian }:
stdenv.mkDerivation rec {
name = "notmuch-0.5";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "c7eeb95c89c5b9cb22cc0b90abce5f923c20c982d607bf32829c989e905ff1a9";
};
buildInputs = [ emacs gmime talloc xapian ];
buildInputs = [ emacs glib gmime pkgconfig talloc xapian ];
meta = {
description = "Notmuch -- The mail indexer";