notmuch: don't double-compress man pages

This commit is contained in:
Thomas Tuegel
2017-02-14 08:54:10 -06:00
parent c86798125b
commit d43738ae93

View File

@@ -95,6 +95,7 @@ stdenv.mkDerivation rec {
postInstall = ''
make install-man
'';
dontGzipMan = true; # already compressed
meta = {
description = "Mail indexer";