nixpkgs/pkgs
Klemens Nanni 3af642c13a sysstat: Do not compress manual pages with xz(1)
sysstat compresses manual pages using the `ZIP` environment variable
unless `COMPRESS_MANPG` is set.

`ZIP` seems to default to xz(1) and is for more than just compressing
manuals.

At least with `documentation.man.mandoc.enable = true;` this renders
them unreadable:
```
$ man -w mpstat
man: outdated mandoc.db lacks mpstat(1) entry, run makewhatis /nix/store/lk0r6ibvkrvaq96gp8h4rqgrd2q0c8q5-system-path/share/man
/nix/store/lk0r6ibvkrvaq96gp8h4rqgrd2q0c8q5-system-path/share/man/man1/mpstat.1.xz

```
(followed by `PAGER` showing compressed mpstat.1.xz content.)

Disable manual page compression during build and thus defer it to Nix:
```
gzipping man pages under /nix/store/wl2dwl1lhs9g5w2d5dhr0pcskp78nz42-sysstat-12.4.5/share/man/
```

This also avoids potential runtime incompatibilites in sysstat
(I am not a `services.systat` user).
2022-05-26 15:46:37 +02:00
..
applications Merge pull request #174459 from raboof/nextcloud-client-set-mainProgram 2022-05-26 00:29:07 +02:00
build-support Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
common-updater
data ddccontrol-db: 20220216 -> 20220414 2022-05-25 17:11:54 +00:00
desktops Merge pull request #174414 from r-ryantm/auto-update/gnome.gnome-todo 2022-05-25 20:52:31 +02:00
development Merge pull request #174285 from tobim/pkgsStatic/fix-python 2022-05-26 00:35:11 +02:00
games Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
misc Merge pull request #174463 from lockejan/tmux/prefix-highlight 2022-05-26 00:29:41 +02:00
os-specific sysstat: Do not compress manual pages with xz(1) 2022-05-26 15:46:37 +02:00
pkgs-lib
servers Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
shells oh-my-zsh: 2022-04-24 -> 2022-05-15 2022-05-25 09:58:02 +00:00
stdenv
test
tools Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
top-level Merge pull request #174572 from SuperSandro2000/djangorestframework-recursive 2022-05-26 00:30:16 +02:00