about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorFlorian Friesdorf <flo@chaoflow.net>2012-02-07 17:39:59 +0000
committerFlorian Friesdorf <flo@chaoflow.net>2012-02-07 17:39:59 +0000
commitaf8aceb847339fca08618df2f1652f1a1169c6c4 (patch)
tree6ae727845b3e5af3d09a3e7353a524e2d79a4ee5 /pkgs/applications/networking/mailreaders
parent58bd562e287362ef55309b59d76c78b835de715c (diff)
notmuch cosmetical change
svn path=/nixpkgs/trunk/; revision=32121
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index dc4c0531031c5..2815266f2a15a 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -58,9 +58,8 @@ stdenv.mkDerivation rec {
   '';
 
   # XXX: emacs tests broken
-  #postBuild = ''
-  #  make test
-  #'';
+  doCheck = false;
+  checkTarget = "test";
 
   meta = {
     description = "Notmuch -- The mail indexer";