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
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

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