man: update database cache generation
Specifically, use the configured man-db package for generating the database cache.
This commit is contained in:
parent
f97f191fe7
commit
cbacdaba3c
|
@ -69,7 +69,7 @@ in {
|
|||
echo "MANDB_MAP ${manualPages}/share/man $out" > man.conf
|
||||
|
||||
# Run mandb to generate cache files:
|
||||
${pkgs.man-db}/bin/mandb -C man.conf --no-straycats --create \
|
||||
${cfg.package}/bin/mandb -C man.conf --no-straycats --create \
|
||||
${manualPages}/share/man
|
||||
'';
|
||||
in ''
|
||||
|
|
Loading…
Reference in a new issue