mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
472ca211ca
The apropos software is useful to get a list of manpages matching a
description or to get a list of all manpages. The latter feature is
used by Emacs to get manpage completion (`M-x man`).
To have apropos working, a database of all available manpages must be
built with mandb. This is what this commits does.
A similar change was done for NixOS:
edc6a76cc0
4 lines
72 B
Nix
4 lines
72 B
Nix
{
|
|
man-apropos = ./apropos.nix;
|
|
man-no-manpath = ./no-manpath.nix;
|
|
}
|