treewide: remove unnecessary dontGzipMan (#134963)

This commit is contained in:
Michal Sojka
2021-08-20 22:42:37 +02:00
committed by GitHub
parent 3f6ff2a28a
commit 200f2a7c58
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -39,8 +39,6 @@ mkDerivation rec {
install -Dm755 -t $out/share/man/man1 doc/*.1.gz
'';
dontGzipMan = true;
meta = with lib; {
description = "A mind-mapping software";
longDescription = ''
@@ -83,8 +83,6 @@ stdenv.mkDerivation rec {
moveToOutput bin/notmuch-emacs-mua $emacs
'';
dontGzipMan = true; # already compressed
passthru = {
pythonSourceRoot = "notmuch-${version}/bindings/python";
inherit version;