treewide: remove unnecessary dontGzipMan (#134963)

launchpad/nixpkgs/master
Michal Sojka 3 years ago committed by GitHub
parent 3f6ff2a28a
commit 200f2a7c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/misc/vym/default.nix
  2. 2
      pkgs/applications/networking/mailreaders/notmuch/default.nix

@ -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…
Cancel
Save