mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
treewide: remove unnecessary dontGzipMan (#134963)
This commit is contained in:
parent
3f6ff2a28a
commit
200f2a7c58
2 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue