notmuch-0.5 build successful
svn path=/nixpkgs/trunk/; revision=25931
This commit is contained in:
parent
f03892655b
commit
4b603776af
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, emacs, gmime, talloc, xapian }:
|
{ fetchurl, stdenv, emacs, glib, gmime, pkgconfig, talloc, xapian }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "notmuch-0.5";
|
name = "notmuch-0.5";
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "c7eeb95c89c5b9cb22cc0b90abce5f923c20c982d607bf32829c989e905ff1a9";
|
sha256 = "c7eeb95c89c5b9cb22cc0b90abce5f923c20c982d607bf32829c989e905ff1a9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs gmime talloc xapian ];
|
buildInputs = [ emacs glib gmime pkgconfig talloc xapian ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Notmuch -- The mail indexer";
|
description = "Notmuch -- The mail indexer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user