treewide: remove unnecessary dontGzipMan (#134963)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user