notmuch: -inheritable-tags-hack +atomic-new
svn path=/nixpkgs/trunk/; revision=26983
This commit is contained in:
parent
805a6f0713
commit
ead24cacdf
@ -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-cfl8";
|
name = "notmuch-0.5-nixos1";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://github.com/chaoflow/notmuch";
|
url = "git://github.com/chaoflow/notmuch";
|
||||||
rev = "cfl8";
|
rev = "nixos1";
|
||||||
sha256 = "ee39cd0b48511468f569220909ed46966f10f14ad118f2388843b823712b0333";
|
sha256 = "979bf154c05b1560ac95ec29c55a221960cba65073fdf5cb1d00312dd9ecfb57";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bash emacs glib gmime gnupg1 pkgconfig talloc xapian ];
|
buildInputs = [ bash emacs glib gmime gnupg1 pkgconfig talloc xapian ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user