1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00
nixpkgs/pkgs/applications/window-managers/fvwm
David J. Weller-Fahy 402f6ee096 fvwm: add readline, fix man build, refactor fetch
The fvwm.1 man page was missing for the standard build of fvwm. While
digging, I also noticed that readline was not included (which, when
included, makes FvwmConsole much more pleasant to use). Based on those
two items, the following changes are in this commit.

- Add libxslt for xsltproc tool, used in building documentation

- Explicitly direct creation of man pages (prior to this change, the
  fvwm.1 man page was not built)

- Explicitly direct HTML documentation not to be built

- Add readline for use in FvwmConsole

While changing things in this package anyway, I made the following
adjustments.

- Use fetchFromGitHub instead of fetchUrl

- Reformat with nixfmt
2021-04-08 19:26:07 -04:00
..
default.nix fvwm: add readline, fix man build, refactor fetch 2021-04-08 19:26:07 -04:00