about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-14 08:54:10 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-14 08:54:10 -0600
commitd43738ae931475cc456e556c52e2b57a357b1a2d (patch)
treeb9232c563804601cd8769588a40fb2c743f33026 /pkgs/applications/networking/mailreaders/notmuch
parentc86798125b85a6c4fc49520e79b59ed2299f2885 (diff)
downloadnixlib-d43738ae931475cc456e556c52e2b57a357b1a2d.tar
nixlib-d43738ae931475cc456e556c52e2b57a357b1a2d.tar.gz
nixlib-d43738ae931475cc456e556c52e2b57a357b1a2d.tar.bz2
nixlib-d43738ae931475cc456e556c52e2b57a357b1a2d.tar.lz
nixlib-d43738ae931475cc456e556c52e2b57a357b1a2d.tar.xz
nixlib-d43738ae931475cc456e556c52e2b57a357b1a2d.tar.zst
nixlib-d43738ae931475cc456e556c52e2b57a357b1a2d.zip
notmuch: don't double-compress man pages
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index a8502b33cc5b..212d366facb3 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -95,6 +95,7 @@ stdenv.mkDerivation rec {
   postInstall = ''
     make install-man
   '';
+  dontGzipMan = true; # already compressed
 
   meta = {
     description = "Mail indexer";