treewide: remove unnecessary dontGzipMan (#134963)

authored by Michal Sojka and committed by GitHub 200f2a7c 3f6ff2a2

-4
-2
pkgs/applications/misc/vym/default.nix
··· 39 install -Dm755 -t $out/share/man/man1 doc/*.1.gz 40 ''; 41 42 - dontGzipMan = true; 43 - 44 meta = with lib; { 45 description = "A mind-mapping software"; 46 longDescription = ''
··· 39 install -Dm755 -t $out/share/man/man1 doc/*.1.gz 40 ''; 41 42 meta = with lib; { 43 description = "A mind-mapping software"; 44 longDescription = ''
-2
pkgs/applications/networking/mailreaders/notmuch/default.nix
··· 83 moveToOutput bin/notmuch-emacs-mua $emacs 84 ''; 85 86 - dontGzipMan = true; # already compressed 87 - 88 passthru = { 89 pythonSourceRoot = "notmuch-${version}/bindings/python"; 90 inherit version;
··· 83 moveToOutput bin/notmuch-emacs-mua $emacs 84 ''; 85 86 passthru = { 87 pythonSourceRoot = "notmuch-${version}/bindings/python"; 88 inherit version;